'Declaration Public Overrides Function CanSetAppearance( _
ByVal annotationThe annotation.As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation _
) As Boolean
public override bool CanSetAppearance(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation annotation
)
public: bool CanSetAppearance(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation* annotation
); override
public:
bool CanSetAppearance(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation^ annotation
); override
Parameters
- annotation
- The annotation.
Return Value
True if appearance generator can set an appearance of specified annotation; otherwise, false.