[]
Represents a PDF Appearance Streams object.
public class AppearanceStreams
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; }
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; }
Gets the AnnotationBase object owning this object.
public AnnotationBase Owner { get; }
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; }
Clears all appearances.
public void Clear()