Aspose::Page::EPS::PsDocument::SetPageSize method

PsDocument::SetPageSize method

Sets page size. To create pages with different sizes in one document use SetPageDevice method just after this method.

void Aspose::Page::EPS::PsDocument::SetPageSize(float width, float height)
ParameterTypeDescription
widthfloatThe width of page in resulting PostScript file.
heightfloatThe height of page in resulting PostScript file.

See Also