Aspose::Page::Margins::set 方法
Margins::set method
指定边距值。
void Aspose::Page::Margins::set(int32_t top, int32_t left, int32_t bottom, int32_t right)
| Parameter | Type | 描述 |
|---|---|---|
| 上 | int32_t | 上边距。 |
| 左 | int32_t | 左边距。 |
| 下 | int32_t | 下边距。 |
| 右 | int32_t | 右边距。 |
另见
- Class Margins
- Namespace Aspose::Page
- Library Aspose.Page for C++