Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
    • JavaScript API Reference
AcmPageLayout Constructor (AcmPadding, AcmColumn[])

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

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

Parameters

margins
An AcmPadding object that specifies the page margins in inches.
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