PdfPrintGetPdfPageSize Method (Byte, Int32, String)Terminal Works - PDF Printing.Net Library
Returns the width and height(in inches) of the page in the PDF file.

Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public SizeF GetPdfPageSize(
	byte[] pdfArray,
	int pageNumber,
	string password
)

Parameters

pdfArray
Type: SystemByte
PDF content
pageNumber
Type: SystemInt32
PDF page number
password
Type: SystemString
Password - pdf file password.

Return Value

Type: SizeF
Width and height (in inches) of selected page, exception in case of error.
See Also

Reference