TextMarkup Constructor (AnnotationManager)

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Called by subclasses during construction to set properties common to TextMarkup annotations.

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

Syntax

C#
protected TextMarkup(
	AnnotationManager annotationManager
)
Visual Basic
Protected Sub New ( _
	annotationManager As AnnotationManager _
)
Visual C++
protected:
TextMarkup(
	AnnotationManager^ annotationManager
)

Parameters

annotationManager
Type: PDFTron.SilverDox.Documents.Annotations..::..AnnotationManager

[Missing <param name="annotationManager"/> documentation for "M:PDFTron.SilverDox.Documents.Annotations.TextMarkup.#ctor(PDFTron.SilverDox.Documents.Annotations.AnnotationManager)"]

See Also