Skip to main content
Skip table of contents

FieldInformation

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
TypeNameMethods
PdfDictionaryInfoget
stringNameget
PRIndirectReferenceRefget
stringWidgetNameget

Details

Constructors

FieldInformation

Source code

internal FieldInformation(string fieldName, PdfDictionary info, PRIndirectReference refi)
Arguments
TypeNameDescription
stringfieldName
PdfDictionaryinfo
PRIndirectReferencerefi

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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.