







Creates a new instance of the TextHighlight class.
Namespace: PDFTron.SilverDox.Documents.Annotations
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010
Syntax
C# |
---|
public static TextHighlight Create( AnnotationManager annotationManager ) |
Visual Basic |
---|
Public Shared Function Create ( _ annotationManager As AnnotationManager _ ) As TextHighlight |
Visual C++ |
---|
public: static TextHighlight^ Create( AnnotationManager^ annotationManager ) |
Parameters
- annotationManager
- Type: PDFTron.SilverDox.Documents.Annotations..::..AnnotationManager
The AnnotationManager to associate with this annotation.