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)
ParameterTypeDescription
topint32_tTop margin.
leftint32_tLeft margin.
bottomint32_tBottom margin.
rightint32_tRight margin.

See Also