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

Creates a new instance of the AcmPageLayout class with the provided page size.

Syntax
 public AcmPageLayout(
   SizeF pageSize
);

Parameters

pageSize
The page size.
Remarks

This constructor creates an AcmPageLayout object with the given size, default paddings and a single column.

See Also