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)

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

Syntax
 public AcmPageLayout(
   AcmPadding margins
);

Parameters

margins
An AcmPadding object that specifies the page margins in inches.
Remarks

This constructor initializes the page with a single column.

See Also