EntitiesExpression Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents an abstract expression that has a collection of visibility expressions.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.OptionalContentVisibilityExpressionEntry
    Apitron.PDF.Kit.FixedLayout.OptionalContentEntitiesExpression
      Apitron.PDF.Kit.FixedLayout.OptionalContentAndExpression
      Apitron.PDF.Kit.FixedLayout.OptionalContentOrExpression

Namespace:  Apitron.PDF.Kit.FixedLayout.OptionalContent
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public abstract class EntitiesExpression : VisibilityExpressionEntry

The EntitiesExpression type exposes the following members.

Properties

  NameDescription
Public propertyExpressions
Gets the visibility expressions collection.
Public propertyExpressionType
Gets the type of the expression.
(Inherited from VisibilityExpressionEntry.)
Top
See Also

Reference