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) Version: 25.0
Syntax
public virtual bool BeforeAddToPrintList(
	string bsFileName,
	string bsConfiguration,
	ref bool pbCancel
)

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

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