| FileHandlerExtensionNotifyPrintDocumentDeserialized 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)
Syntax public virtual string NotifyPrintDocumentDeserialized(
string bsFilename,
string bsConfiguration,
Array oData
)
Public Overridable Function NotifyPrintDocumentDeserialized (
bsFilename As String,
bsConfiguration As String,
oData As Array
) As String
Parameters
- bsFilename
- Type: SystemString
Full filename of the batch operation document - bsConfiguration
- Type: SystemString
Configuration of the batch operation document - oData
- Type: SystemArray
byte[]-data provided for this document at NotifyPrintDocumentSerialized(String, String).
Return Value
Type:
StringNull, or full path to corrected filename.
Availability See Also