AnnotationAppearance Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Annotation appearance.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
      Apitron.PDF.Kit.Interactive.AnnotationsAnnotationAppearance

Namespace:  Apitron.PDF.Kit.Interactive.Annotations
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class AnnotationAppearance : UndefinedResource

The AnnotationAppearance type exposes the following members.

Constructors

  NameDescription
Public methodAnnotationAppearance
Initializes a new instance of the AnnotationAppearance class.
Top
Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyDown
The annotation’s down appearance. Default value: the value of the Normal entry.
Public propertyDownStates
The annotation’s down state appearances. Default value: the value of the NormalStates entry.
Remarks

An annotation representing an interactive check box may have two appearance states named On and Off.
Public propertyNormal
The annotation’s normal appearance.
Public propertyNormalStates
The annotation’s normal state appearances.
Remarks

An annotation representing an interactive check box may have two appearance states named On and Off.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertyRollover
The annotation’s rollover appearance. Default value: the value of the Normal entry.
Public propertyRolloverStates
The annotation’s rollover state appearances. Default value: the value of the NormalStates entry.
Remarks

An annotation representing an interactive check box may have two appearance states named On and Off.
Top
See Also

Reference