IAnnotRemoveAppearance Method (AnnotAnnotationState) |
Removes 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 void RemoveAppearance(
AnnotAnnotationState annot_state
)
Sub RemoveAppearance (
annot_state As AnnotAnnotationState
)
void RemoveAppearance(
[InAttribute] AnnotAnnotationState annot_state
)
function RemoveAppearance(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.
See Also