iText 5

PRAcroForm (1)

PRAcroForm Public class

Diagram

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

Members

Properties

Public properties

Type

Name

Methods

List<FieldInformation>

Fields

get

int

Size

get

Methods

Public methods

Returns

Name

FieldInformation

GetField

(string name)

PRIndirectReference

GetRefByName

(string name)

void

ReadAcroForm

(

PdfDictionary

root)

Protected methods

Details

Inheritance

Nested types

Classes
  • FieldInformation

Constructors

PRAcroForm

Source code

public PRAcroForm(PdfReader reader)

Arguments

Type

Name

Description

PdfReader

reader

Methods

GetField

Source code

public virtual FieldInformation GetField(string name)

Arguments

Type

Name

Description

string

name

GetRefByName

Source code

public virtual PRIndirectReference GetRefByName(string name)

Arguments

Type

Name

Description

string

name

ReadAcroForm

Source code

public virtual void ReadAcroForm(PdfDictionary root)

Arguments

Type

Name

Description

PdfDictionary

root

IterateFields

Source code

protected virtual void IterateFields(PdfArray fieldlist, PRIndirectReference fieldDict, string parentPath)

Arguments

Type

Name

Description

PdfArray

fieldlist

PRIndirectReference

fieldDict

string

parentPath

MergeAttrib

Source code

protected virtual PdfDictionary MergeAttrib(PdfDictionary parent, PdfDictionary child)

Arguments

Type

Name

Description

PdfDictionary

parent

PdfDictionary

child

PushAttrib

Source code

protected virtual void PushAttrib(PdfDictionary dict)

Arguments

Type

Name

Description

PdfDictionary

dict

Properties

Size

public int Size { get; }

Fields

public virtual List<FieldInformation> Fields { get; }

Generated with ModularDoc