[]
        
(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)

Determines whether the specified object is equal to the current Margins.

GetHashCode()

Returns a hash code for the current Margins.

ToString()

Returns a string that represents the current Margins.

Operators

Name Description
operator ==(Margins, Margins)

Determines whether two Margins instances are equal.

operator !=(Margins, Margins)

Determines whether two Margins instances are not equal.

Extension Methods