Click or drag to resize

PdfWebControlLiteEnablePrintSettingsDialog Property

Gets or sets a value indicating whether the print settings dialog is shown, instead of directly printing a document in a PdfWebControlLite viewer.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public bool EnablePrintSettingsDialog { get; set; }

Property Value

Type: Boolean
true if the print settings dialog should be shown; otherwise false. The default value is false.
Remarks
false is the default state of this property
See Also