CustomsFormInstructions Property
Image of customs form instructions.
Syntax
__property String CustomsFormInstructions = {read=FCustomsFormInstructions, write=FSetCustomsFormInstructions}; __property RawByteString CustomsFormInstructionsB = {read=FCustomsFormInstructionsB, write=FSetCustomsFormInstructionsB};
Default Value
""
Remarks
This is the decoded binary image file of the customs form instructions, stored in memory. This instruction page is returned in the format specified by the LabelImageType property. If the CustomsFormInstructionsFile property is set to a path and filename, the page is also saved to disk.
This property is filled after a call to the GetFormCP72 or GetFormCN22 methods.
This property is read-only.
Data Type
Binary String