shouldBeCreated Field

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Determines whether or not the annotation should be created in OnCreateMouseUp This is used for TextMarkups that do not select any text to prevent it from being created when the user releases the mouse

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

Syntax

C#
protected bool shouldBeCreated
Visual Basic
Protected shouldBeCreated As Boolean
Visual C++
protected:
bool shouldBeCreated

See Also