Click or drag to resize
FileHandlerExtensionBeforeAddToPrintList Method
Pre notifies when a file is added to the print list

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll)
Syntax
public virtual bool BeforeAddToPrintList(
	string bsFileName,
	string bsConfiguration,
	ref bool pbCancel
)

Parameters

bsFileName
Type: SystemString
File to be added
bsConfiguration
Type: SystemString
Configuration name
pbCancel
Type: SystemBoolean
Return true and set this to true if you wish to prevent adding the file.

Return Value

Type: Boolean
Return true if you handled this and want pbCancel to have effect
See Also