PdfDocumentSetPageSize Method

Gets the page size of the PDF document used when creating new PDF pages

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 12.5.0
C#
public void SetPageSize(
	PdfPageSize pageSize,
	PdfPageOrientation pageOrientation
)

Parameters

pageSize  PdfPageSize
The PDF page size
pageOrientation  PdfPageOrientation
The PDF page orientation

See Also