AnnotationCreator Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
References a static method, defined by an annotation, that takes an AnnotationManager as a parameter and returns a new annotation. The method that is referenced is called when a MouseDown event is occurs and the ToolMode is set to a mode which creates an annotation.

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

Syntax

C#
public Func<AnnotationManager, Annotation> AnnotationCreator { get; set; }
Visual Basic
Public Property AnnotationCreator As Func(Of AnnotationManager, Annotation)
	Get
	Set
Visual C++
public:
property Func<AnnotationManager^, Annotation^>^ AnnotationCreator {
	Func<AnnotationManager^, Annotation^>^ get ();
	void set (Func<AnnotationManager^, Annotation^>^ value);
}

See Also