Aspose::Page::Margins::set method
Margins::set method
Specifies margins values.
void Aspose::Page::Margins::set(int32_t top, int32_t left, int32_t bottom, int32_t right)
Parameter | Type | Description |
---|---|---|
top | int32_t | Top margin. |
left | int32_t | Left margin. |
bottom | int32_t | Bottom margin. |
right | int32_t | Right margin. |
See Also
- Class Margins
- Namespace Aspose::Page
- Library Aspose.Page for C++