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