Annotator

Annotator class

Vertegenwoordigt de hoofdklasse die het documentannotatieproces bestuurt.

public class Annotator : IDisposable

Constructeurs

Naam Beschrijving
Annotator(Stream) Annotatorklasse initialiseren die documentstroom accepteert
Annotator(string) Annotatorklasse initialiseren die documentpad accepteert
Annotator(Stream, AnnotatorSettings) Annotatorklasse initialiseren die documentstroom accepteert
Annotator(Stream, LoadOptions) Annotatorklasse initialiseren die documentstroom accepteert
Annotator(string, AnnotatorSettings) Annotatorklasse initialiseren die documentpad accepteert
Annotator(string, LoadOptions) Annotatorklasse initialiseren die documentpad accepteert
Annotator(Stream, LoadOptions, AnnotatorSettings) Annotatorklasse initialiseren die documentstroom accepteert
Annotator(string, LoadOptions, AnnotatorSettings) Annotatorklasse initialiseren die documentpad accepteert

Eigenschappen

Naam Beschrijving
Document { get; } Document
ProcessPages { get; set; } Documentpagina’s
Rotation { get; set; } Documentrotatie

methoden

Naam Beschrijving
Add(AnnotationBase) Voegt annotatie toe aan document
Add(List<AnnotationBase>) Voegt verzameling annotaties toe aan een document.
Dispose() Verwijderen
ExportAnnotationsFromXMLFile(string) Annotaties exporteren vanuit XML-bestand.
Get() Haalt verzamelingen documentannotaties op.
Get(AnnotationType) Verzamelt documentannotaties op annotatietype.
GetVersion(object) Ontvang annotaties van versies.
GetVersionsList() Download versies.
ImportAnnotationsFromDocument(string) Importeer annotaties van document naar XML-bestand.
Remove(AnnotationBase) Verwijdert annotatie uit document.
Remove(int) Verwijdert annotatie uit document door Id.
Remove(List<AnnotationBase>) Verwijdert verzameling annotaties uit document.
Remove(List<int>) Verwijdert verzameling annotaties uit document op basis van verstrekte annotatie-ID’s.
Save() Slaat document op na het toevoegen, bijwerken of verwijderen van annotaties.
Save(SaveOptions) Slaat document op na het toevoegen, bijwerken of verwijderen van annotaties.
Save(Stream) Slaat document op na het toevoegen, bijwerken of verwijderen van annotaties.
Save(string) Slaat document op na het toevoegen, bijwerken of verwijderen van annotaties.
Save(Stream, SaveOptions) Slaat document op na het toevoegen, bijwerken of verwijderen van annotaties.
Save(string, SaveOptions) Slaat document op na het toevoegen, bijwerken of verwijderen van annotaties.
Update(AnnotationBase) Werkt documentannotatie bij.
Update(List<AnnotationBase>) Werkt verzameling documentannotaties bij.

Zie ook