Class PageMargins
Class PageMargins
Namespace: Aspose.Tasks.Visualization
Assembly: Aspose.Tasks.dll (25.4.0)
Represents page margins for printing.
public class PageMargins
Inheritance
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
Bottom
Gets or sets the size of the bottom margin in inches or centimeters.
public double Bottom { get; set; }
Property Value
Left
Gets or sets the size of the left margin in inches or centimeters.
public double Left { get; set; }
Property Value
Right
Gets or sets the size of the right margin in inches or centimeters.
public double Right { get; set; }
Property Value
Top
Gets or sets the size of the top margin in inches or centimeters.
public double Top { get; set; }