Layout CreateLayout( double width, double height, LinearUnit units, bool showRulers, double smallestRulerDivision )
Overloads Function CreateLayout( _ ByVal width As Double, _ ByVal height As Double, _ ByVal units As LinearUnit, _ Optional ByVal showRulers As Boolean, _ Optional ByVal smallestRulerDivision As Double _ ) As Layout
Parameters
- width
- The width of the page layout in page units.
- height
- The height of the page layout in page units.
- units
- Specify the linear units.
- showRulers
- An optional boolean to show rulers on the layout.
- smallestRulerDivision
- An optional double to specify smallest ruler division.
Return Value
Returns Layout or a null.