Table of Contents
AcmDisplay Enumeration

Represents how a content is displayed.

Namespace: EO.Pdf.Acm
Assembly: EO.Pdf (in EO.Pdf.dll)

Syntax
 public enum AcmDisplay
Members
Member Name Description
None The content is not displayed at all.
Hidden The space for the content is reserved, but the content is not displayed.
Visible The content is displayed.
See Also