NotExpression Class

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

SystemObject
  Apitron.PDF.Kit.FixedLayout.OptionalContentVisibilityExpressionEntry
    Apitron.PDF.Kit.FixedLayout.OptionalContentNotExpression

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 NotExpression : VisibilityExpressionEntry

The NotExpression type exposes the following members.

Constructors

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

  NameDescription
Public propertyExpression
Gets the expressionon which this instance should be performed.
Public propertyExpressionType
Gets the type of the expression.
(Inherited from VisibilityExpressionEntry.)
Top
See Also

Reference