PdfPage.PageSize Method

PDF File Writer

PdfPagePageSize Method

Page size

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public SizeD PageSize()

Return Value

Type: SizeD
Page size
Remarks
Page size in user units of measure. If Width is less than height orientation is portrait. Otherwise orientation is landscape.
See Also