PageSetupDialog.AllowMargins Property

Definition

Gets or sets a value indicating whether the margins section of the dialog box is enabled.

public:
 property bool AllowMargins { bool get(); void set(bool value); };
public bool AllowMargins { get; set; }
member this.AllowMargins : bool with get, set
Public Property AllowMargins As Boolean

Property Value

true if the margins section of the dialog box is enabled; otherwise, false. The default is true.

Applies to

See also