Class PageMargins

Class PageMargins

Namespace: Aspose.Tasks.Visualization
Assembly: Aspose.Tasks.dll (25.2.0)

Represents page margins for printing.

public class PageMargins

Inheritance

objectPageMargins

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

PageMargins()

public PageMargins()

Properties

Borders

Gets or sets a position where to print borders. Can be one of the values of the Aspose.Tasks.Visualization.Border enumeration.

public Border Borders { get; set; }

Property Value

Border

Bottom

Gets or sets the size of the bottom margin in inches or centimeters.

public double Bottom { get; set; }

Property Value

double

Left

Gets or sets the size of the left margin in inches or centimeters.

public double Left { get; set; }

Property Value

double

Right

Gets or sets the size of the right margin in inches or centimeters.

public double Right { get; set; }

Property Value

double

Top

Gets or sets the size of the top margin in inches or centimeters.

public double Top { get; set; }

Property Value

double