Initializes a new instance of the
PdfSize struct from the
specified dimensions.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfSize(
double width,
double height
)
VB
Public Sub New (
width As Double,
height As Double
)
Parameters
- width
- Type: System.Double
The width component of the new
PdfSize. - height
- Type: System.Double
The height component of the new
PdfSize.
See Also