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, AcmPadding, AcmColumn[])

Creates a new instance of the AcmPageLayout class with the provided page size, margins and column list.

Syntax
 public AcmPageLayout(
   SizeF pageSize,
   AcmPadding margins,
   params AcmColumn[] columns
);

Parameters

pageSize
Page size.
margins
Page margins.
columns
An optional AcmColumn list that defines multiple output columns on the page. If none is specified, the whole page is used a single column.
See Also