Constructor PdfSize
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
PdfSize(PdfSize)
public PdfSize(PdfSize size)
Parameters
PdfSize(PdfPoint)
public PdfSize(PdfPoint pt)
Parameters
PdfSize(float, float)
Initializes a new instance of the PdfSize struct from the specified dimensions.
public PdfSize(float width, float height)
Parameters
width
floatThe width component of the new PdfSize.
height
floatThe height component of the new PdfSize.
PdfSize(double, double)
Initializes a new instance of the PdfSize struct from the specified dimensions.
public PdfSize(double width, double height)