Method | Description | |
---|---|---|
GetField ( |
Gets the value(s) of a tag in an open TIFF file.
|
|
PrintDir ( |
Prints formatted description of the contents of the current directory to the specified stream using specified print (formatting) options.
|
|
SetField ( |
Sets the value(s) of a tag in a TIFF file/stream open for writing.
|
Method | Description | |
---|---|---|
checkInkNamesString ( |
||
setExtraSamples ( |
Install extra samples information.
|
|
setNString ( string &cpp, string cp, int n ) : void |
public GetField ( |
||
tif | An instance of the |
|
tag | TiffTag | The tag. |
return | BitMiracle.LibTiff.Classic.FieldValue[] |
public PrintDir ( |
||
tif | An instance of the |
|
stream | Stream | The stream to print to. |
flags | TiffPrintFlags | The print (formatting) options. |
return | void |
public SetField ( |
||
tif | An instance of the |
|
tag | TiffTag | The tag. |
value | The tag value(s). | |
return | bool |