Get
Get()
Haalt verzamelingen documentannotaties op.
public List<AnnotationBase> Get()
Winstwaarde
De lijst met annotaties.
Opmerkingen
Kom meer te weten
- Meer informatie over het verzamelen van documentannotaties: Hoe documentannotaties in C# te krijgen
 
Zie ook
- class AnnotationBase
 - class Annotator
 - naamruimte GroupDocs.Annotation
 - montage GroupDocs.Annotation
 
Get(AnnotationType)
Verzamelt documentannotaties op annotatietype.
public List<AnnotationBase> Get(AnnotationType type)
| Parameter | Type | Beschrijving | 
|---|---|---|
| type | AnnotationType | Het annotatietype dat moet worden geretourneerd. | 
Winstwaarde
De lijst met annotaties per type.
Opmerkingen
Kom meer te weten
- Meer informatie over het verzamelen van documentannotaties: Hoe documentannotaties in C# te krijgen
 
Zie ook
- class AnnotationBase
 - enum AnnotationType
 - class Annotator
 - naamruimte GroupDocs.Annotation
 - montage GroupDocs.Annotation