PageParamsItem Constructor

Public Sub New( _ 
ByVal width As Double, _ 
ByVal height As Double, _ 
ByVal name As String, _ 
ByVal unit As PaperSizeUnitType, _ 
Optional ByVal left_margin As Double = DEFAULT_LEFT_MARGIN, _ 
Optional ByVal right_margin As Double = DEFAULT_RIGHT_MARGIN, _ 
Optional ByVal top_margin As Double = DEFAULT_TOP_MARGIN, _ 
Optional ByVal bottom_margin As Double = DEFAULT_BOTTOM_MARGIN _ 
)
This language is not supported or no code example is available.
public PageParamsItem( 
double width
double height
string name
PaperSizeUnitType unit
double left_margin = DEFAULT_LEFT_MARGIN, 
double right_margin = DEFAULT_RIGHT_MARGIN, 
double top_margin = DEFAULT_TOP_MARGIN, 
double bottom_margin = DEFAULT_BOTTOM_MARGIN 
)
This language is not supported or no code example is available.
public:  
PageParamsItem( 
double width
double height
String^ name
PaperSizeUnitType unit
double left_margin
double right_margin
double top_margin
double bottom_margin 
)
This language is not supported or no code example is available.
public function PageParamsItem( 
width : double
height : double
name : String
unit : PaperSizeUnitType
left_margin : double
right_margin : double
top_margin : double
bottom_margin : double 
);
This language is not supported or no code example is available.

Parameters

width
double

height
double

name
string

unit
PaperSizeUnitType

left_margin
double

right_margin
double

top_margin
double

bottom_margin
double

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition