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

Creates a new instance of the PdfSize class from a PdfPoint object.

Syntax
 public PdfSize(
   PdfPoint p
);

Parameters

p
The PdfPoint object.
See Also