Margin
Contents
[
Hide
]Margin()
Initializes a new instance of the Margin
class.
public Margin()
See Also
- class Margin
- namespace Aspose.Html.Drawing
- assembly Aspose.HTML
Margin(int)
Initializes a new instance of the Margin
class.
public Margin(int anyMargin)
Parameter | Type | Description |
---|---|---|
anyMargin | Int32 | Any margin size. |
See Also
- class Margin
- namespace Aspose.Html.Drawing
- assembly Aspose.HTML
Margin(Length)
Initializes a new instance of the Margin
class.
public Margin(Length anyMargin)
Parameter | Type | Description |
---|---|---|
anyMargin | Length | Any margin size. |
See Also
- class Length
- class Margin
- namespace Aspose.Html.Drawing
- assembly Aspose.HTML
Margin(int, int, int, int)
Initializes a new instance of the Margin
class.
public Margin(int left, int top, int right, int bottom)
Parameter | Type | Description |
---|---|---|
left | Int32 | The left size. |
top | Int32 | The top size. |
right | Int32 | The right size. |
bottom | Int32 | The bottom size. |
See Also
- class Margin
- namespace Aspose.Html.Drawing
- assembly Aspose.HTML
Margin(Length, Length, Length, Length)
Initializes a new instance of the Margin
class.
public Margin(Length left, Length top, Length right, Length bottom)
Parameter | Type | Description |
---|---|---|
left | Length | The left size. |
top | Length | The top size. |
right | Length | The right size. |
bottom | Length | The bottom size. |
See Also
- class Length
- class Margin
- namespace Aspose.Html.Drawing
- assembly Aspose.HTML