TIFFDirectory Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf.codec
iTextSharp.text.pdf.codec.TIFFDirectory[[TIFFDirectory]]
end
Members
Methods
Public methods
Public Static methods
Details
Constructors
TIFFDirectory [1/2]
Source code
public TIFFDirectory(RandomAccessFileOrArray stream, int directory)
Arguments
TIFFDirectory [2/2]
Source code
public TIFFDirectory(RandomAccessFileOrArray stream, long ifd_offset, int directory)
Arguments
Methods
GetNumEntries
Source code
public virtual int GetNumEntries()
GetField
Source code
public virtual TIFFField GetField(int tag)
Arguments
Type | Name | Description |
---|
int | tag | |
IsTagPresent
Source code
public virtual bool IsTagPresent(int tag)
Arguments
Type | Name | Description |
---|
int | tag | |
Source code
public virtual int GetTags()
GetFields
Source code
public virtual TIFFField GetFields()
GetFieldAsByte [1/2]
Source code
public virtual byte GetFieldAsByte(int tag, int index)
Arguments
Type | Name | Description |
---|
int | tag | |
int | index | |
GetFieldAsByte [2/2]
Source code
public virtual byte GetFieldAsByte(int tag)
Arguments
Type | Name | Description |
---|
int | tag | |
GetFieldAsLong [1/2]
Source code
public virtual long GetFieldAsLong(int tag, int index)
Arguments
Type | Name | Description |
---|
int | tag | |
int | index | |
GetFieldAsLong [2/2]
Source code
public virtual long GetFieldAsLong(int tag)
Arguments
Type | Name | Description |
---|
int | tag | |
GetFieldAsFloat [1/2]
Source code
public virtual float GetFieldAsFloat(int tag, int index)
Arguments
Type | Name | Description |
---|
int | tag | |
int | index | |
GetFieldAsFloat [2/2]
Source code
public virtual float GetFieldAsFloat(int tag)
Arguments
Type | Name | Description |
---|
int | tag | |
GetFieldAsDouble [1/2]
Source code
public virtual double GetFieldAsDouble(int tag, int index)
Arguments
Type | Name | Description |
---|
int | tag | |
int | index | |
GetFieldAsDouble [2/2]
Source code
public virtual double GetFieldAsDouble(int tag)
Arguments
Type | Name | Description |
---|
int | tag | |
GetNumDirectories
Source code
public static int GetNumDirectories(RandomAccessFileOrArray stream)
Arguments
IsBigEndian
Source code
public virtual bool IsBigEndian()
GetIFDOffset
Source code
public virtual long GetIFDOffset()
GetNextIFDOffset
Source code
public virtual long GetNextIFDOffset()
Generated with ModularDoc