C# Class iTextSharp.text.pdf.collection.PdfCollectionField

Inheritance: iTextSharp.text.pdf.PdfDictionary
Exibir arquivo Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
fieldType int

Public Methods

Method Description
GetValue ( String v ) : PdfObject
IsCollectionItem ( ) : bool
PdfCollectionField ( String name, int type ) : System

Method Details

GetValue() public method

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

IsCollectionItem() public method

public IsCollectionItem ( ) : bool
return bool

PdfCollectionField() public method

public PdfCollectionField ( String name, int type ) : System
name String
type int
return System

Property Details

fieldType protected_oe property

protected int fieldType
return int