Show / Hide Table of Contents

Class JFIFThumbnailProperty

Represents a JFIF thumbnail. (EXIF Specification: BYTE)

Inheritance
System.Object
ExifProperty
JFIFThumbnailProperty
Inherited Members
ExifProperty.mTag
ExifProperty.mIFD
ExifProperty.mName
ExifProperty.Tag
ExifProperty.IFD
ExifProperty.Name
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public class JFIFThumbnailProperty : ExifProperty

Constructors

| Improve this Doc View Source

JFIFThumbnailProperty(ExifTag, JFIFThumbnail)

Declaration
public JFIFThumbnailProperty(ExifTag tag, JFIFThumbnail value)
Parameters
Type Name Description
ExifTag tag
JFIFThumbnail value

Fields

| Improve this Doc View Source

mValue

Declaration
protected JFIFThumbnail mValue
Field Value
Type Description
JFIFThumbnail

Properties

| Improve this Doc View Source

_Value

Declaration
protected override object _Value { get; set; }
Property Value
Type Description
System.Object
Overrides
ExifProperty._Value
| Improve this Doc View Source

Interoperability

Declaration
public override ExifInterOperability Interoperability { get; }
Property Value
Type Description
ExifInterOperability
Overrides
ExifProperty.Interoperability
| Improve this Doc View Source

Value

Declaration
public JFIFThumbnail Value { get; set; }
Property Value
Type Description
JFIFThumbnail

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
Back to top Copyright © 2019 Özgür Özçıtak