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

Inheritance: iTextSharp.text.pdf.PdfDictionary
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Свойство Type Description
fieldType int

Méthodes publiques

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

Method Details

GetValue() public méthode

public GetValue ( String v ) : PdfObject
v String
Résultat iTextSharp.text.pdf.PdfObject

IsCollectionItem() public méthode

public IsCollectionItem ( ) : bool
Résultat bool

PdfCollectionField() public méthode

public PdfCollectionField ( String name, int type ) : System
name String
type int
Résultat System

Property Details

fieldType protected_oe property

protected int fieldType
Résultat int