ExpertPdf PDF Creator Library
PageSize Constructor (width, height)
NamespacesExpertPdf.PdfCreatorPageSizePageSize(Single, Single)
ExpertPdf PDF Creator 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.PdfCreator (Module: ExpertPdf.PdfCreator) Version: 5.2.0.0 (5.2.0.0)