| PdfDocumentFormFill Property |
Gets a form fill environment object.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public PdfForms FormFill { get; }
Public ReadOnly Property FormFill As PdfForms
Get
public:
property PdfForms^ FormFill {
PdfForms^ get ();
}
member FormFill : PdfForms with get
/** @property */
public PdfForms get_FormFill()
Property Value
PdfFormsSee Also