Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
    • JavaScript API Reference
AcmPageLayout Constructor
Overload List
Name Description
AcmPageLayout(AcmPadding, params AcmColumn[]); Creates a new instance of the AcmPageLayout class with the provided margins and column list.
AcmPageLayout(AcmPadding); Creates a new instance of the AcmPageLayout class with the provided margins.
AcmPageLayout(SizeF, AcmPadding, params AcmColumn[]); Creates a new instance of the AcmPageLayout class with the provided page size, margins and column list.
AcmPageLayout(SizeF); Creates a new instance of the AcmPageLayout class with the provided page size.
See Also