Create Method

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Creates a new instance of the FreeHand class.

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

Syntax

C#
public static FreeHand Create(
	AnnotationManager annotationManager
)
Visual Basic
Public Shared Function Create ( _
	annotationManager As AnnotationManager _
) As FreeHand
Visual C++
public:
static FreeHand^ Create(
	AnnotationManager^ annotationManager
)

Parameters

annotationManager
Type: PDFTron.SilverDox.Documents.Annotations..::..AnnotationManager
The AnnotationManager that is associated with the annotation.

Return Value

A new FreeHand annotation.

See Also