[]
        
(Showing Draft Content)

AppearanceStreams

Class: AppearanceStreams

Provides access to the appearance streams of an annotation (the annotation's appearance dictionary).

Accessors

down

Get Signature

get down(): AppearanceStream;

Gets the down appearance (the "D" entry of the appearance dictionary).

Returns

AppearanceStream


normal

Get Signature

get normal(): AppearanceStream;

Gets the normal appearance (the "N" entry of the appearance dictionary).

Returns

AppearanceStream


rollover

Get Signature

get rollover(): AppearanceStream;

Gets the rollover appearance (the "R" entry of the appearance dictionary).

Returns

AppearanceStream