Margins.Margins
Margins constructor
初始化 Margin 类的一个实例。
public Margins(int top, int left, int bottom, int right)
范围 | 类型 | 描述 |
---|---|---|
top | Int32 | 上边距。 |
left | Int32 | 左边距。 |
bottom | Int32 | 底边距。 |
right | Int32 | 右边距。 |
也可以看看
- class Margins
- 命名空间 Aspose.Page
- 部件 Aspose.Page
初始化 Margin 类的一个实例。
public Margins(int top, int left, int bottom, int right)
范围 | 类型 | 描述 |
---|---|---|
top | Int32 | 上边距。 |
left | Int32 | 左边距。 |
bottom | Int32 | 底边距。 |
right | Int32 | 右边距。 |