Annotator Constructor (String, LoadOptions)
Initialise annotator class which accept document path

Namespace: GroupDocs.Annotation
Assembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.9.0.0 (22.9)
Syntax
public Annotator(
	string filePath,
	LoadOptions loadOptions
)

Parameters

filePath
Type: SystemString
File path
loadOptions
Type: GroupDocs.Annotation.OptionsLoadOptions
Load options
Remarks
Learn more
See Also