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[])

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

Syntax
 public PdfSize(
   float[] values
);

Parameters

values
A two elements array that contains the width and height value.
See Also