[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.AppearanceStreams

Class AppearanceStreams

Namespace
GrapeCity.Documents.Pdf.Annotations
Assembly
GcDocs.Pdf.dll

Represents a PDF Appearance Streams object.

public class AppearanceStreams
Inheritance
object
AppearanceStreams
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Down

Gets the Appearance object defining down appearance, used when the mouse button is pressed or held down within the annotation’s active area.

public Appearance Down { get; }

Property Value

Appearance

Normal

Gets the Appearance object defining normal appearance, used when the annotation is not interacting with the user. This appearance is also used for printing the annotation.

public Appearance Normal { get; }

Property Value

Appearance

Owner

Gets the AnnotationBase object owning this object.

public AnnotationBase Owner { get; }

Property Value

AnnotationBase

Rollover

Gets the Appearance object defining rollover appearance, used when the user moves the cursor into the annotation’s active area without pressing the mouse button.

public Appearance Rollover { get; }

Property Value

Appearance

Methods

Clear()

Clears all appearances.

public void Clear()