Skip to content

Annotation::Appearance property

Contains the appearance streams for the annotation.

Hyland.DocumentFilters.Annotations.AppearanceStreams Appearance { get; set; }
AnnotationAppearanceStreams getAppearance() throws IGRException;
void setAppearance(AnnotationAppearanceStreams value) throws IGRException;
@property
def Appearance(self) -> AnnotationAppearanceStreams:
@property.setter
def Appearance(self, value: AnnotationAppearanceStreams)
AnnotationAppearanceStreams getAppearance() const;
void setAppearance(AnnotationAppearanceStreams value);
[propget] HRESULT Appearance([out, retval] AnnotationAppearanceStreams* *result);
[propput] HRESULT Appearance([in] AnnotationAppearanceStreams* value);

Return Value

AnnotationAppearanceStreams

See Also