AnnotGetAppearance Method |
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()
Public Function GetAppearance As Obj
public:
virtual Obj^ GetAppearance() sealed
function GetAppearance();
Return Value
Type:
Obj The appearance stream for this annotation, or NULL if the annotation
does not have an appearance for the given combination of annotation and
appearance states.
Implements
IAnnotGetAppearanceSee Also