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
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
() |
|
|
() |
|
|
() |
|
|
() |
|
|
() |
|
|
() |
|
|
( |
Public Static methods
|
Returns |
Name |
|---|---|
|
|
(
stream) |
Details
Constructors
TIFFDirectory [1/2]
Source code
public TIFFDirectory(RandomAccessFileOrArray stream, int directory)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
stream |
|
|
|
directory |
TIFFDirectory [2/2]
Source code
public TIFFDirectory(RandomAccessFileOrArray stream, long ifd_offset, int directory)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
stream |
|
|
|
ifd_offset |
|
|
|
directory |
Methods
GetNumEntries
Source code
public virtual int GetNumEntries()
GetField
Source code
public virtual TIFFField GetField(int tag)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
tag |
IsTagPresent
Source code
public virtual bool IsTagPresent(int tag)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
tag |
GetTags
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 |
|---|---|---|
|
|
tag |
|
|
|
index |
GetFieldAsByte [2/2]
Source code
public virtual byte GetFieldAsByte(int tag)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
tag |
GetFieldAsLong [1/2]
Source code
public virtual long GetFieldAsLong(int tag, int index)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
tag |
|
|
|
index |
GetFieldAsLong [2/2]
Source code
public virtual long GetFieldAsLong(int tag)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
tag |
GetFieldAsFloat [1/2]
Source code
public virtual float GetFieldAsFloat(int tag, int index)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
tag |
|
|
|
index |
GetFieldAsFloat [2/2]
Source code
public virtual float GetFieldAsFloat(int tag)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
tag |
GetFieldAsDouble [1/2]
Source code
public virtual double GetFieldAsDouble(int tag, int index)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
tag |
|
|
|
index |
GetFieldAsDouble [2/2]
Source code
public virtual double GetFieldAsDouble(int tag)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
tag |
GetNumDirectories
Source code
public static int GetNumDirectories(RandomAccessFileOrArray stream)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
stream |
IsBigEndian
Source code
public virtual bool IsBigEndian()
GetIFDOffset
Source code
public virtual long GetIFDOffset()
GetNextIFDOffset
Source code
public virtual long GetNextIFDOffset()
Generated with ModularDoc