Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
    • JavaScript API Reference
PdfSize Constructor
Overload List
Name Description
PdfSize(); Creates a new uninitialized instance of the PdfSize class.
PdfSize(float[]); Creates a new instance of the PdfSize class with the given width and height values.
PdfSize(float, float); Creates a new instance of the PdfSize class with the given width and height values.
PdfSize(PdfPoint); Creates a new instance of the PdfSize class from a PdfPoint object.
See Also