PDFView4NET WPF Edition
PDFSize Constructor(Double,Double)




O2S.Components.PDFView4NET Namespace > PDFSize Class > PDFSize Constructor : PDFSize Constructor(Double,Double)
The width.
The height.
Initializes a new PDFSize object.
Syntax
'Declaration
 
Public Function New( _
   ByVal width As Double, _
   ByVal height As Double _
)
'Usage
 
Dim width As Double
Dim height As Double
 
Dim instance As New PDFSize(width, height)
public PDFSize( 
   double width,
   double height
)
public: PDFSize( 
   double width,
   double height
)
public:
PDFSize( 
   double width,
   double height
)

Parameters

width
The width.
height
The height.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFSize Class
PDFSize Members
Overload List