iText 5

PdfCollectionField

PdfCollectionField Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.collection iTextSharp.text.pdf.collection.PdfCollectionField[[PdfCollectionField]] end subgraph iTextSharp.text.pdf iTextSharp.text.pdf.PdfDictionary[[PdfDictionary]] end iTextSharp.text.pdf.PdfDictionary --> iTextSharp.text.pdf.collection.PdfCollectionField

Members

Properties

Public properties

Type

Name

Methods

bool

Editable

set

int

Order

set

bool

Visible

set

Methods

Public methods

Returns

Name

PdfObject

GetValue

(string v)

bool

IsCollectionItem

()

Details

Inheritance

Constructors

PdfCollectionField

Source code

public PdfCollectionField(string name, int type)

Arguments

Type

Name

Description

string

name

int

type

Methods

IsCollectionItem

Source code

public virtual bool IsCollectionItem()

GetValue

Source code

public virtual PdfObject GetValue(string v)

Arguments

Type

Name

Description

string

v

Properties

Order

public virtual int Order { set; }

Visible

public virtual bool Visible { set; }

Editable

public virtual bool Editable { set; }

Generated with ModularDoc