C# 클래스 iTextSharp.text.pdf.codec.TIFFField

상속: IComparable
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
CompareTo ( Object o ) : int
GetAsBytes ( ) : byte[]
GetAsChars ( ) : char[]
GetAsDouble ( int index ) : double
GetAsDoubles ( ) : double[]
GetAsFloat ( int index ) : float
GetAsFloats ( ) : float[]
GetAsInt ( int index ) : int
GetAsInts ( ) : int[]
GetAsLong ( int index ) : long
GetAsLongs ( ) : long[]
GetAsRational ( int index ) : long[]
GetAsRationals ( ) : long[][]
GetAsSRational ( int index ) : int[]
GetAsSRationals ( ) : int[][]
GetAsShorts ( ) : short[]
GetAsString ( int index ) : String
GetCount ( ) : int
GetTag ( ) : int
GetType ( ) : int
TIFFField ( int tag, int type, int count, Object data ) : System

비공개 메소드들

메소드 설명
TIFFField ( ) : System

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( Object o ) : int
o Object
리턴 int

GetAsBytes() 공개 메소드

public GetAsBytes ( ) : byte[]
리턴 byte[]

GetAsChars() 공개 메소드

public GetAsChars ( ) : char[]
리턴 char[]

GetAsDouble() 공개 메소드

public GetAsDouble ( int index ) : double
index int
리턴 double

GetAsDoubles() 공개 메소드

public GetAsDoubles ( ) : double[]
리턴 double[]

GetAsFloat() 공개 메소드

public GetAsFloat ( int index ) : float
index int
리턴 float

GetAsFloats() 공개 메소드

public GetAsFloats ( ) : float[]
리턴 float[]

GetAsInt() 공개 메소드

public GetAsInt ( int index ) : int
index int
리턴 int

GetAsInts() 공개 메소드

public GetAsInts ( ) : int[]
리턴 int[]

GetAsLong() 공개 메소드

public GetAsLong ( int index ) : long
index int
리턴 long

GetAsLongs() 공개 메소드

public GetAsLongs ( ) : long[]
리턴 long[]

GetAsRational() 공개 메소드

public GetAsRational ( int index ) : long[]
index int
리턴 long[]

GetAsRationals() 공개 메소드

public GetAsRationals ( ) : long[][]
리턴 long[][]

GetAsSRational() 공개 메소드

public GetAsSRational ( int index ) : int[]
index int
리턴 int[]

GetAsSRationals() 공개 메소드

public GetAsSRationals ( ) : int[][]
리턴 int[][]

GetAsShorts() 공개 메소드

public GetAsShorts ( ) : short[]
리턴 short[]

GetAsString() 공개 메소드

public GetAsString ( int index ) : String
index int
리턴 String

GetCount() 공개 메소드

public GetCount ( ) : int
리턴 int

GetTag() 공개 메소드

public GetTag ( ) : int
리턴 int

GetType() 공개 메소드

public GetType ( ) : int
리턴 int

TIFFField() 공개 메소드

public TIFFField ( int tag, int type, int count, Object data ) : System
tag int
type int
count int
data Object
리턴 System