Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
    • JavaScript API Reference
PdfPoint Constructor (PdfSize)

Creates a new instance of the PdfPoint class based on a PdfSize object.

Syntax
 public PdfPoint(
   PdfSize size
);

Parameters

size
The PdfSize object.
See Also