Click or drag to resize

EditorViewEnablePrintDialog Property

This property controls whether the Print dialog is displayed or not when the PrintText method is invoked.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[DispIdAttribute(131)]
[BindableAttribute(BindableSupport.Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool EnablePrintDialog { get; set; }

Property Value

Type: Boolean
Remarks
If this property is False, the Print dialog is not displayed and the default printer is used with the current settings.
See Also