PrintPageEventArgs.MarginBounds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.