TIFFFileDirectoryEntry
Objective-C
@interface TIFFFileDirectoryEntry : NSObject
Swift
class TIFFFileDirectoryEntry : NSObject
TIFF File Directory Entry
-
Initialize
Declaration
Objective-C
- (instancetype)initWithFieldTag:(enum TIFFFieldTagType)fieldTag andFieldType:(enum TIFFFieldType)fieldType andTypeCount:(int)typeCount andValues:(NSObject *)values;
Swift
init!(fieldTag: TIFFFieldTagType, andFieldType fieldType: TIFFFieldType, andTypeCount typeCount: Int32, andValues values: NSObject!)
Parameters
fieldTag
field tag type
fieldType
field type
typeCount
type count
values
values
-
Get the field tag type
Declaration
Objective-C
- (enum TIFFFieldTagType)fieldTag;
Swift
func fieldTag() -> TIFFFieldTagType
Return Value
field tag type
-
Get the field type
Return Value
field type
-
Get the type count
Declaration
Objective-C
- (int)typeCount;
Swift
func typeCount() -> Int32
Return Value
type count
-
Get the values
Declaration
Objective-C
- (NSObject *)values;
Swift
func values() -> NSObject!
Return Value
values
-
Size in bytes of the image file directory entry and its values (not contiguous bytes)
Declaration
Objective-C
- (int)sizeWithValues;
Swift
func sizeWithValues() -> Int32
Return Value
size in bytes
-
Size of the values not included in the directory entry bytes
Declaration
Objective-C
- (int)sizeOfValues;
Swift
func sizeOfValues() -> Int32
Return Value
size in bytes