FieldInformation Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.PRAcroForm iTextSharp.text.pdf.PRAcroForm.FieldInformation[[FieldInformation]] end
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details
Constructors
FieldInformation
Source code
internal FieldInformation(string fieldName, PdfDictionary info, PRIndirectReference refi)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
fieldName |
|
|
|
info |
|
|
|
refi |
Properties
WidgetName
public virtual string WidgetName { get; }
Name
public virtual string Name { get; }
Info
public virtual PdfDictionary Info { get; }
Ref
public virtual PRIndirectReference Ref { get; }
Generated with ModularDoc