DrawTextAnnotation Method

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Alters Appearance using the TextQuads so that the text is marked up as desired.

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

Syntax

C#
protected abstract void DrawTextAnnotation()
Visual Basic
Protected MustOverride Sub DrawTextAnnotation
Visual C++
protected:
virtual void DrawTextAnnotation() abstract

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