 | FileHandlerExtensionBeforeAddToPrintList Method |
Pre notifies when a file is added to the print list
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic virtual bool BeforeAddToPrintList(
string bsFileName,
string bsConfiguration,
ref bool pbCancel
)
Public Overridable Function BeforeAddToPrintList (
bsFileName As String,
bsConfiguration As String,
ByRef pbCancel As Boolean
) As Boolean
Parameters
- bsFileName String
- File to be added
- bsConfiguration String
- Configuration name
- pbCancel Boolean
- Return true and set this to true if you wish to prevent adding the file.
Return Value
BooleanReturn true if you handled this and want pbCancel to have effect
See Also