Annotator Constructor (Stream, LoadOptions, AnnotatorSettings) |
Initialise annotator class which accept document stream
Namespace: GroupDocs.AnnotationAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 20.11.0.0 (20.11)
Syntaxpublic Annotator(
Stream document,
LoadOptions loadOptions,
AnnotatorSettings settings
)
Public Sub New (
document As Stream,
loadOptions As LoadOptions,
settings As AnnotatorSettings
)
public:
Annotator(
Stream^ document,
LoadOptions^ loadOptions,
AnnotatorSettings^ settings
)
new :
document : Stream *
loadOptions : LoadOptions *
settings : AnnotatorSettings -> Annotator
Parameters
- document
- Type: System.IOStream
Document stream - loadOptions
- Type: GroupDocs.Annotation.OptionsLoadOptions
Load options - settings
- Type: GroupDocs.AnnotationAnnotatorSettings
Annotator settings
Remarks
See Also