Annotator Constructor (String) |
Initialise annotator class which accept document path
Namespace: GroupDocs.AnnotationAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.9.0.0 (22.9)
Syntaxpublic Annotator(
string filePath
)
Public Sub New (
filePath As String
)
public:
Annotator(
String^ filePath
)
new :
filePath : string -> Annotator
Parameters
- filePath
- Type: SystemString
File path
Remarks
See Also