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

Creates a new instance of the PdfSize class with the given width and height values.

Syntax
 public PdfSize(
   float x,
   float y
);

Parameters

x
The width.
y
The height.
See Also