C# 클래스 iTextSharp.text.pdf.codec.TiffWriter.FieldBase

파일 보기 프로젝트 열기: nonorganic/dssnet

보호된 프로퍼티들

프로퍼티 타입 설명
data byte[]

공개 메소드들

메소드 설명
GetTag ( ) : int
GetValueSize ( ) : int
SetOffset ( int offset ) : void
WriteField ( Stream stream ) : void
WriteValue ( Stream stream ) : void

보호된 메소드들

메소드 설명
FieldBase ( int tag, int fieldType, int count ) : System

메소드 상세

FieldBase() 보호된 메소드

protected FieldBase ( int tag, int fieldType, int count ) : System
tag int
fieldType int
count int
리턴 System

GetTag() 공개 메소드

public GetTag ( ) : int
리턴 int

GetValueSize() 공개 메소드

public GetValueSize ( ) : int
리턴 int

SetOffset() 공개 메소드

public SetOffset ( int offset ) : void
offset int
리턴 void

WriteField() 공개 메소드

public WriteField ( Stream stream ) : void
stream Stream
리턴 void

WriteValue() 공개 메소드

public WriteValue ( Stream stream ) : void
stream Stream
리턴 void

프로퍼티 상세

data 보호되어 있는 프로퍼티

protected byte[] data
리턴 byte[]