Margin.Margin
Contenu
[
Cacher
]Margin()
Initialise une nouvelle instance duMargin
classe.
public Margin()
Voir également
- class Margin
- espace de noms Aspose.Html.Drawing
- Assemblée Aspose.HTML
Margin(int)
Initialise une nouvelle instance duMargin
classe.
public Margin(int anyMargin)
Paramètre | Taper | La description |
---|---|---|
anyMargin | Int32 | N’importe quelle taille de marge. |
Voir également
- class Margin
- espace de noms Aspose.Html.Drawing
- Assemblée Aspose.HTML
Margin(Length)
Initialise une nouvelle instance duMargin
classe.
public Margin(Length anyMargin)
Paramètre | Taper | La description |
---|---|---|
anyMargin | Length | N’importe quelle taille de marge. |
Voir également
- class Length
- class Margin
- espace de noms Aspose.Html.Drawing
- Assemblée Aspose.HTML
Margin(int, int, int, int)
Initialise une nouvelle instance duMargin
classe.
public Margin(int left, int top, int right, int bottom)
Paramètre | Taper | La description |
---|---|---|
left | Int32 | La taille gauche. |
top | Int32 | La taille supérieure. |
right | Int32 | La bonne taille. |
bottom | Int32 | La taille du bas. |
Voir également
- class Margin
- espace de noms Aspose.Html.Drawing
- Assemblée Aspose.HTML
Margin(Length, Length, Length, Length)
Initialise une nouvelle instance duMargin
classe.
public Margin(Length left, Length top, Length right, Length bottom)
Paramètre | Taper | La description |
---|---|---|
left | Length | La taille gauche. |
top | Length | La taille supérieure. |
right | Length | La bonne taille. |
bottom | Length | La taille du bas. |
Voir également
- class Length
- class Margin
- espace de noms Aspose.Html.Drawing
- Assemblée Aspose.HTML