TdxPDFCustomField.Exportable Property
Specifies if the field’s value is exportable.
Declaration
property Exportable: Boolean read; write;
Property Value
Type | Description |
---|---|
Boolean | True if the PDF form’s SaveDataToStream and SaveDataToFile procedures can save the field’s value; otherwise, False. |
See Also