AnnotRemoveAppearance Method (AnnotAnnotationState, String) |
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 public void RemoveAppearance(
AnnotAnnotationState annot_state,
string app_state
)
Public Sub RemoveAppearance (
annot_state As AnnotAnnotationState,
app_state As String
)
public:
virtual void RemoveAppearance(
[InAttribute] AnnotAnnotationState annot_state,
[InAttribute] String^ app_state
) sealed
function RemoveAppearance(annot_state, app_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.
- app_state
- Type: SystemString
is an optional parameter specifying the appearance state
(e.g. "Off", "On", etc) under which the new appearance should be stored. If
appearance_state is NULL, the annotation will have only one annotaion state.
Implements
IAnnotRemoveAppearance(AnnotAnnotationState, String)See Also