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
Source code
internal FieldInformation(string fieldName, PdfDictionary info, PRIndirectReference refi)
public virtual string WidgetName { get; }
public virtual string Name { get; }
public virtual PdfDictionary Info { get; }
public virtual PRIndirectReference Ref { get; }
Generated with ModularDoc