Annotator.Annotator

Annotator(string)

Initialise annotator class which accept document path

public Annotator(string filePath)
Parameter Type Description
filePath String File path

Remarks

Learn more

See Also


Annotator(string, LoadOptions)

Initialise annotator class which accept document path and options

public Annotator(string filePath, LoadOptions loadOptions)
Parameter Type Description
filePath String File path
loadOptions LoadOptions Load options

Remarks

Learn more

See Also


Annotator(string, AnnotatorSettings)

Initialise annotator class which accept document path and settings

public Annotator(string filePath, AnnotatorSettings settings)
Parameter Type Description
filePath String File path
settings AnnotatorSettings Annotator settings

Remarks

Learn more

See Also


Annotator(string, LoadOptions, AnnotatorSettings)

Initialise annotator class which accept document path, options and settings

public Annotator(string filePath, LoadOptions loadOptions, AnnotatorSettings settings)
Parameter Type Description
filePath String File path
loadOptions LoadOptions Load options
settings AnnotatorSettings Annotator settings

Remarks

Learn more

See Also


Annotator(Stream)

Initialise annotator class which accept document stream

public Annotator(Stream document)
Parameter Type Description
document Stream Document stream

Remarks

Learn more

See Also


Annotator(Stream, LoadOptions)

Initialise annotator class which accept document stream and options

public Annotator(Stream document, LoadOptions loadOptions)
Parameter Type Description
document Stream Document stream
loadOptions LoadOptions Load options

Remarks

Learn more

See Also


Annotator(Stream, AnnotatorSettings)

Initialise annotator class which accept document stream and settings

public Annotator(Stream document, AnnotatorSettings settings)
Parameter Type Description
document Stream Document stream
settings AnnotatorSettings Annotator settings

Remarks

Learn more

See Also


Annotator(Stream, LoadOptions, AnnotatorSettings)

Initialise annotator class which accept document stream, options and settings

public Annotator(Stream document, LoadOptions loadOptions, AnnotatorSettings settings)
Parameter Type Description
document Stream Document stream
loadOptions LoadOptions Load options
settings AnnotatorSettings Annotator settings

Remarks

Learn more

See Also