PsDocument.SetPageSize

PsDocument.SetPageSize method

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

public void SetPageSize(float width, float height)
ParameterTypeDescription
widthSingleThe width of page in resulting PostScript file.
heightSingleThe height of page in resulting PostScript file.

See Also