AndExpression Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents an And expression entry.
Inheritance Hierarchy

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

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 sealed class AndExpression : EntitiesExpression

The AndExpression type exposes the following members.

Constructors

  NameDescription
Public methodAndExpression
Initializes a new instance of the VisibilityExpressionEntry class.
Top
Properties

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

Reference