API browser of generalnotification451 COM module


/images/arrow_right.png generationAttributes enumeration type
List of options with which standard behavior of the XML and print generation process can be oversteered. space
space
Set of enumeration values 5 elements
enGenerateXMLWithoutDocuments: 65536 The XML infoset is generated without documents even if such documents have been added in the IGeneralNotificationRequest::AddDocument method.
enGenerateXMLWithoutSignature: 131072 The XML infoset is generated without applying a signature to the infoset even if the signature parameters have been defined by the IGeneralNotificationRequest::SetTransport method.
enGenerateXMLWithoutEncryption: 262144 The XML infoset is generated without applying the encryption to the infoset even if the encryption parameters have been defined by the IGeneralNotificationRequest::SetTransport method.
enGenerateDowngradeToV440: 1048576 The outcome of the XML infoset or print generation is forced according to version V440 and thus a downgrade process is taking place effectively.
enGenerateDowngradeToV450: 2097152
space