 | FileHandlerExtensionNotifyPrintDocumentDeserialized2 Method |
Notification send for print/convert document when it's getting deserialized and if any byte[] -data was
given at
NotifyPrintDocumentSerialized(String, String). Any of the structure and file preparation methods
are not called for serialized process so this is the only place to handle correct local instances of
documents for the serialized process.
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic virtual string NotifyPrintDocumentDeserialized2(
string bsFilename,
string bsConfiguration,
Array oData,
out string pbsTopAssembly
)
Public Overridable Function NotifyPrintDocumentDeserialized2 (
bsFilename As String,
bsConfiguration As String,
oData As Array,
<OutAttribute> ByRef pbsTopAssembly As String
) As String
Parameters
- bsFilename String
- Full filename of the batch operation document
- bsConfiguration String
- Configuration of the batch operation document
- oData Array
- byte[]-data provided for this document at NotifyPrintDocumentSerialized(String, String).
- pbsTopAssembly String
- Corrected top level assembly name after deserialization
Return Value
StringNull, or full path to corrected filename.
Revision HistoryDate | Version | Description |
---|
- | 2021 SP1 | First Release |
See Also