PdfSize Constructor

Initializes a new instance of the PdfSize struct.
Initializes a new instance of the PdfSize struct from the specified dimensions.

Overload List

  NameDescription
Public methodPdfSize(PdfPoint)
Initializes a new instance of the PdfSize struct from the specified PdfPoint.
Public methodPdfSize(PdfSize)
Initializes a new instance of the PdfSize struct from the specified PdfSize.
Public methodPdfSize(Double, Double)
Initializes a new instance of the PdfSize struct from the specified dimensions.
Public methodPdfSize(Single, Single)
Initializes a new instance of the PdfSize struct from the specified dimensions.

See Also