API browser of generalFormRequest450 COM module


/images/arrow_right.png generationAttributes enumeration type
List of options with which the standard generation of the XML infoset and/or print process can be oversteered. space
space
Set of enumeration values 6 elements
enGenerateXMLWithoutDocuments: 65536 The XML infoset is generated without any documents even if such documents have been added in the IGeneralFormRequest::AddDocument method.
enGenerateXMLWithoutSignature: 131072 The XML infoset is generated without applying a signature even if the signature parameters have been set in the IGeneralFormRequest::SetTransport method.
enGenerateXMLWithoutEncryption: 262144 The XML infoset is generated without applying encryption even if the encryption parameters have been set in the IGeneralFormRequest::SetTransport method.
enGenerateDowngradeToV430: 524288 The XML infoset type generalFormRequest_430 is generated (a downgrade is performed) instead of the standard type generalFormRequest_450. This explicitly implies that any data unusable for the downgraded standard is silently discarded.
enForceVisualValidation: 4194304 This bit enforces the visual validation step by Acrobat Reader even if the basic data are unchanged since the last validation process and thus the visual validation would not be necessary.
enHideDirectSend: 8388608 This bit deactivates a possibly available "direct data send" feature on the PDF form. Setting this attribute is useful if an XML file should be generated eventually and the user should not send data out of bound of that generation process.
space