C# 클래스 iTextSharp.text.pdf.collection.PdfCollectionField

상속: iTextSharp.text.pdf.PdfDictionary
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
fieldType int

공개 메소드들

메소드 설명
GetValue ( String v ) : PdfObject
IsCollectionItem ( ) : bool
PdfCollectionField ( String name, int type ) : System

메소드 상세

GetValue() 공개 메소드

public GetValue ( String v ) : PdfObject
v String
리턴 iTextSharp.text.pdf.PdfObject

IsCollectionItem() 공개 메소드

public IsCollectionItem ( ) : bool
리턴 bool

PdfCollectionField() 공개 메소드

public PdfCollectionField ( String name, int type ) : System
name String
type int
리턴 System

프로퍼티 상세

fieldType 보호되어 있는 프로퍼티

protected int fieldType
리턴 int