IAnnotSetAppearance Method (Obj) |
Sets the annotation’s appearance for the given combination of annotation
and appearance states.
(Optional; PDF 1.2)
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax void SetAppearance(
Obj app_stream
)
Sub SetAppearance (
app_stream As Obj
)
void SetAppearance(
[InAttribute] Obj^ app_stream
)
function SetAppearance(app_stream);
Parameters
- app_stream
- Type: pdftron.SDFObj
a content stream defining the new appearance.
See Also