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
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
(
root) |
Protected methods
|
Returns |
Name |
|---|---|
|
|
(
fieldlist,
fieldDict, |
|
|
(
parent,
child) |
|
|
(
dict) |
Details
Inheritance
Nested types
Classes
-
FieldInformation
Constructors
PRAcroForm
Source code
public PRAcroForm(PdfReader reader)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
reader |
Methods
GetField
Source code
public virtual FieldInformation GetField(string name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
GetRefByName
Source code
public virtual PRIndirectReference GetRefByName(string name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
ReadAcroForm
Source code
public virtual void ReadAcroForm(PdfDictionary root)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
root |
IterateFields
Source code
protected virtual void IterateFields(PdfArray fieldlist, PRIndirectReference fieldDict, string parentPath)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
fieldlist |
|
|
|
fieldDict |
|
|
|
parentPath |
MergeAttrib
Source code
protected virtual PdfDictionary MergeAttrib(PdfDictionary parent, PdfDictionary child)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
parent |
|
|
|
child |
PushAttrib
Source code
protected virtual void PushAttrib(PdfDictionary dict)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
dict |
Properties
Size
public int Size { get; }
Fields
public virtual List<FieldInformation> Fields { get; }
Generated with ModularDoc