C# 클래스 BitMiracle.LibTiff.Classic.TiffTagMethods

Tiff tag methods.
파일 보기 프로젝트 열기: Core-Techs/TiffLibrary 1 사용 예제들

공개 메소드들

메소드 설명
GetField ( Tiff tif, TiffTag tag ) : BitMiracle.LibTiff.Classic.FieldValue[]

Gets the value(s) of a tag in an open TIFF file.

PrintDir ( Tiff tif, Stream stream, TiffPrintFlags flags ) : void

Prints formatted description of the contents of the current directory to the specified stream using specified print (formatting) options.

SetField ( Tiff tif, TiffTag tag, FieldValue value ) : bool

Sets the value(s) of a tag in a TIFF file/stream open for writing.

비공개 메소드들

메소드 설명
checkInkNamesString ( Tiff tif, int slen, string s ) : int
setExtraSamples ( TiffDirectory td, int &v, FieldValue ap ) : bool

Install extra samples information.

setNString ( string &cpp, string cp, int n ) : void

메소드 상세

GetField() 공개 메소드

Gets the value(s) of a tag in an open TIFF file.
public GetField ( Tiff tif, TiffTag tag ) : BitMiracle.LibTiff.Classic.FieldValue[]
tif Tiff An instance of the class.
tag TiffTag The tag.
리턴 BitMiracle.LibTiff.Classic.FieldValue[]

PrintDir() 공개 메소드

Prints formatted description of the contents of the current directory to the specified stream using specified print (formatting) options.
public PrintDir ( Tiff tif, Stream stream, TiffPrintFlags flags ) : void
tif Tiff An instance of the class.
stream Stream The stream to print to.
flags TiffPrintFlags The print (formatting) options.
리턴 void

SetField() 공개 메소드

Sets the value(s) of a tag in a TIFF file/stream open for writing.
public SetField ( Tiff tif, TiffTag tag, FieldValue value ) : bool
tif Tiff An instance of the class.
tag TiffTag The tag.
value FieldValue The tag value(s).
리턴 bool