PrintPageEventArgs.MarginBounds Property

Definition

Gets the rectangular area that represents the portion of the page inside the margins.

public:
 property System::Drawing::Rectangle MarginBounds { System::Drawing::Rectangle get(); };
public System.Drawing.Rectangle MarginBounds { get; }
member this.MarginBounds : System.Drawing.Rectangle
Public ReadOnly Property MarginBounds As Rectangle

Property Value

The rectangular area, measured in hundredths of an inch, that represents the portion of the page inside the margins.

Applies to

See also