Margin Class
Contents
[
Hide
]Margin class
Represents page margin.
public class Margin
Constructors
Name | Description |
---|---|
Margin() | Initializes a new instance of the Margin class. |
Margin(int) | Initializes a new instance of the Margin class. |
Margin(Length) | Initializes a new instance of the Margin class. |
Margin(int, int, int, int) | Initializes a new instance of the Margin class. |
Margin(Length, Length, Length, Length) | Initializes a new instance of the Margin class. |
Properties
Name | Description |
---|---|
Bottom { get; set; } | Gets or sets the bottom. |
Left { get; set; } | Gets or sets the left. |
Right { get; set; } | Gets or sets the right. |
Top { get; set; } | Gets or sets the top. |
See Also
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG