Sets the size of the page.
Namespace:
BitMiracle.Docotic.Pdf.Layout
Assembly:
BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)
Syntax
C#
public PageLayout Size(
double width,
double height
)
VB
Public Function Size (
width As Double,
height As Double
) As PageLayout
Parameters
- width
- Type: System.Double
The width in points. - height
- Type: System.Double
The height in points.
Return Value
Type:
PageLayoutThe updated page layout.
See Also