[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Printing.Margins

Margins Class

Specifies the dimensions of the margins of a printed page. This is a cross-platform version of System.Drawing.Printing.Margins.

Inheritance
Margins
Namespace: GrapeCity.ActiveReports.Printing
Assembly: MESCIUS.ActiveReports.dll
Syntax
public class Margins

Constructors

Name Description
Margins(int, int, int, int)

Initializes a new instance of the Margins class with the specified left, right, top, and bottom margins.

Properties

Name Description
Bottom

Gets or sets the bottom margin, in hundredths of an inch.

Left

Gets or sets the left margin width, in hundredths of an inch.

Right

Gets or sets the right margin width, in hundredths of an inch.

Top

Gets or sets the top margin width, in hundredths of an inch.

Methods

Name Description
Equals(object)
GetHashCode()
ToString()

Operators

Name Description
operator ==(Margins, Margins)
operator !=(Margins, Margins)

Extension Methods