AnnotGetAppearance Method (AnnotAnnotationState) |
Gets the annotation’s appearance for the given combination of annotation
and appearance states.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj GetAppearance(
AnnotAnnotationState annot_state
)
Public Function GetAppearance (
annot_state As AnnotAnnotationState
) As Obj
public:
virtual Obj^ GetAppearance(
[InAttribute] AnnotAnnotationState annot_state
) sealed
function GetAppearance(annot_state);
Parameters
- annot_state
- Type: pdftron.PDFAnnotAnnotationState
The annotation’s appearance state, which selects the applicable
appearance stream from the appearance sub-dictionary. An annotation can define as many
as three separate appearances: The normal, rollover, and down appearance.
Return Value
Type:
Obj the appearance
Implements
IAnnotGetAppearance(AnnotAnnotationState)See Also