ExpertPdf Html to Pdf Converter Library
PageSize Constructor (width, height)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentPageSizePageSize(Single, Single)
ExpertPdf Html to Pdf Converter Library
Constructs a custom page size
Declaration Syntax
C#Visual BasicVisual C++
public PageSize(
	float width,
	float height
)
Public Sub New ( 
	width As Single,
	height As Single
)
public:
PageSize(
	float width, 
	float height
)
Parameters
width (Single)
The page width in points
height (Single)
The page height in points

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)