DrawTextAnnotation Method

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Alters Appearance using the TextQuads so that the text is highlighted.

Namespace: PDFTron.SilverDox.Documents.Annotations
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
protected override void DrawTextAnnotation()
Visual Basic
Protected Overrides Sub DrawTextAnnotation
Visual C++
protected:
virtual void DrawTextAnnotation() override

Remarks

The method CreateAppearanceCanvas()()()() may return a blank canvas while text location information is retrieved from the document. When the location information (as stored in TextQuads) is ready, DrawTextAnnotation()()()() is asychronously called so that it can mark up the AppearanceCanvas that has already been returned as is being displayed.

See Also