 | FileHandlerExtensionNotifyPrintDocumentSerialized2 Method |
Notification send for each print/convert document when the batch operation has been serialized for later execution.
Arbitrary byte[] -data can be returned which will be stored too, and then later provided at
NotifyPrintDocumentDeserialized(String, String, Array).
Use case for these would be providing some identification data per document to handle the correct local instances at,
deserialization as the serialized process will not have any structure preparation methods called for it.
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic virtual Array NotifyPrintDocumentSerialized2(
string bsFilename,
string bsConfiguration,
string bsTopAssembly
)
Public Overridable Function NotifyPrintDocumentSerialized2 (
bsFilename As String,
bsConfiguration As String,
bsTopAssembly As String
) As Array
Parameters
- bsFilename String
- Full filename of the batch operation document
- bsConfiguration String
- Configuration of the batch operation document
- bsTopAssembly String
- Top assembly name to serialize
Return Value
ArrayReturn non-null byte[] data here and it will be provided back at
NotifyPrintDocumentDeserialized(String, String, Array).
Revision HistoryDate | Version | Description |
---|
- | 2021 SP1 | First Release |
See Also