Click or drag to resize

ImageViewEnablePrintDialog Property

Use this property to force the Print dialog box to be displayed when initiating a print operation through the PrintImage method.

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

Property Value

Type: Boolean
Remarks
If this property is False, the default printer will be automatically used with the current settings. Default value for this property is True.
See Also