Margin.Margin
inhoud
[
verbergen
]Margin()
Initialiseert een nieuw exemplaar van hetMargin
klasse.
public Margin()
Zie ook
- class Margin
- naamruimte Aspose.Html.Drawing
- montage Aspose.HTML
Margin(int)
Initialiseert een nieuw exemplaar van hetMargin
klasse.
public Margin(int anyMargin)
Parameter | Type | Beschrijving |
---|---|---|
anyMargin | Int32 | Elke margegrootte. |
Zie ook
- class Margin
- naamruimte Aspose.Html.Drawing
- montage Aspose.HTML
Margin(Length)
Initialiseert een nieuw exemplaar van hetMargin
klasse.
public Margin(Length anyMargin)
Parameter | Type | Beschrijving |
---|---|---|
anyMargin | Length | Elke margegrootte. |
Zie ook
- class Length
- class Margin
- naamruimte Aspose.Html.Drawing
- montage Aspose.HTML
Margin(int, int, int, int)
Initialiseert een nieuw exemplaar van hetMargin
klasse.
public Margin(int left, int top, int right, int bottom)
Parameter | Type | Beschrijving |
---|---|---|
left | Int32 | De linker maat. |
top | Int32 | De topmaat. |
right | Int32 | De goede maat. |
bottom | Int32 | De onderste maat. |
Zie ook
- class Margin
- naamruimte Aspose.Html.Drawing
- montage Aspose.HTML
Margin(Length, Length, Length, Length)
Initialiseert een nieuw exemplaar van hetMargin
klasse.
public Margin(Length left, Length top, Length right, Length bottom)
Parameter | Type | Beschrijving |
---|---|---|
left | Length | De linker maat. |
top | Length | De topmaat. |
right | Length | De goede maat. |
bottom | Length | De onderste maat. |
Zie ook
- class Length
- class Margin
- naamruimte Aspose.Html.Drawing
- montage Aspose.HTML