Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
      • EO.Base
      • EO.Base.UI
      • EO.Extensions
      • EO.Pdf
      • EO.Pdf.Acm
      • EO.Pdf.Contents
      • EO.Pdf.Drawing
      • EO.Pdf.Mvc
      • EO.Web
      • EO.WebBrowser
      • EO.WebBrowser.DOM
      • EO.WebEngine
      • EO.WinForm
      • EO.Wpf
      • EO.Wpf.Gauge
      • EO.Wpf.Gauge.Shapes
      • EO.Wpf.Primitives
      • EO.Wpf.Themes.Aero
      • EO.Wpf.Themes.Classic
      • EO.Wpf.Themes.Luna
      • EO.Wpf.Themes.Metro
      • EO.Wpf.Themes.Royale
    • JavaScript API Reference
EO.Pdf.Acm Namespace
Classes
Class Description
AcmBlock AcmBlock is the base class of all block contents.
AcmBold AcmBold automatically applies bold font style for all enclosed contents.
AcmBorder Contains border information.
AcmCheckBox Represents a checkbox.
AcmColumn AcmColumn defines a column on an output page.
AcmComboBox Represents a combobox.
AcmContent Represents an ACM (Abstract Content Model) content.
AcmContentCollection Represents a collection of AcmContent object.
AcmField The base class for all ACM input field types.
AcmImage Represents an image.
AcmInlineBlock Represents an inline content with fixed width and height.
AcmItalic AcmItalic automatically applies italic font style for all enclosed contents.
AcmLineBreak AcmLineBreak adds a hard line break in the document.
AcmLineInfo Specifies border or table grid line style, color and width.
AcmLink Represents a link.
AcmListBox Represents a list box.
AcmListField Base class for AcmListBox and AcmComboBox.
AcmPadding Represents padding information.
AcmPageBreak AcmPageBreak adds a hard page break in the document.
AcmPageEventArgs Provides data for BeforeRenderPage and AfterRenderPage event.
AcmPageLayout AcmPageLayout defines page margins and columns.
AcmParagraph Represents a block element that automatically applies ParagraphSpacing.
AcmRadioButton Represents a radio button.
AcmRender An object that renders an AcmContent tree.
AcmStyle Organizes style characteristics of an AcmContent.
AcmStyleSheet Manages a list of named AcmStyle object and can be applied to a content tree through an AcmContent's StyleSheet property.
AcmTable A block-level flow content element that provides a grid-based presentation organized by rows and columns.
AcmTableCell Represents a table cell in an AcmTableRow object.
AcmTableCellCollection Represents a collection of AcmTableCell objects.
AcmTableColumn Represents a table column.
AcmTableColumnCollection Represents a collection of AcmTableColumn objects.
AcmTableRow Represents a row in an AcmTable.
AcmTableRowCollection Represents a collection of AcmTableRow objects.
AcmText Represents a text segment.
AcmTextBox Represents a text input box.
AcmUnit Utility class to convert a base unit (1/72 inch, often the same as a point) to inches.
Delegates
Delegate Description
AcmPageEventHandler Represents the method that will handle BeforeRenderPage and AfterRenderPage event.
Enumerations
Enumeration Description
AcmDisplay Represents how a content is displayed.
AcmGridLineType Indicates grid line type for an AcmTable object.
AcmHorizontalAlign Specifies the horizontal alignment of items within a block.
AcmLineStyle Specifies border or table grid line style.
AcmVerticalAlign Specifies the vertical alignment of items within a block.