IAnnotSetAppearance Method (Obj, 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 SetAppearance(
Obj app_stream,
AnnotAnnotationState annot_state
)
Sub SetAppearance (
app_stream As Obj,
annot_state As AnnotAnnotationState
)
void SetAppearance(
[InAttribute] Obj^ app_stream,
[InAttribute] AnnotAnnotationState annot_state
)
function SetAppearance(app_stream, annot_state);
Parameters
- app_stream
- Type: pdftron.SDFObj
a content stream defining the new appearance.
- annot_state
- Type: pdftron.PDFAnnotAnnotationState
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.
See Also