Update
inhoud
 [
        
            verbergen
        ]
    Update(AnnotationBase)
Werkt documentannotatie bij.
public void Update(AnnotationBase newAnnotation)
| Parameter | Type | Beschrijving | 
|---|---|---|
| newAnnotation | AnnotationBase | De annotatie die moet worden bijgewerkt (ID moet worden opgegeven). | 
Opmerkingen
Kom meer te weten
- Meer informatie over het bijwerken van documentannotaties: Hoe documentannotaties in C# bij te werken
 
Zie ook
- class AnnotationBase
 - class Annotator
 - naamruimte GroupDocs.Annotation
 - montage GroupDocs.Annotation
 
Update(List<AnnotationBase>)
Werkt verzameling documentannotaties bij.
public void Update(List<AnnotationBase> annotations)
| Parameter | Type | Beschrijving | 
|---|---|---|
| annotations | List`1 | De lijst met annotaties die wordt ingesteld. | 
Opmerkingen
Kom meer te weten
- Meer informatie over het bijwerken van documentannotaties: Hoe documentannotaties in C# bij te werken
 
Zie ook
- class AnnotationBase
 - class Annotator
 - naamruimte GroupDocs.Annotation
 - montage GroupDocs.Annotation