 | PdfCustomLoaderFormFill Property |
Gets or sets a form fill environment object.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfForms FormFill { get; set; }
Public Property FormFill As PdfForms
Get
Set
public:
property PdfForms^ FormFill {
PdfForms^ get ();
void set (PdfForms^ value);
}
member FormFill : PdfForms with get, set
/** @property */
public PdfForms get_FormFill()
/** @property */
public void set_FormFill(PdfForms value)
function get_FormFill();
function set_FormFill(value);
Property Value
PdfForms
See Also