Add
Add(AnnotationBase)
Document ‘ye açıklama ekler
public void Add(AnnotationBase annotation)
Parametre | Tip | Tanım |
---|---|---|
annotation | AnnotationBase | Eklenecek açıklama. |
Notlar
Daha fazla bilgi edin
- Belgeye not ekleme hakkında daha fazla bilgi: Belgeye C# ile açıklama nasıl eklenir?
Ayrıca bakınız
- class AnnotationBase
- class Annotator
- ad alanı GroupDocs.Annotation
- toplantı GroupDocs.Annotation
Add(List<AnnotationBase>)
Bir belgeye açıklama koleksiyonu ekler.
public void Add(List<AnnotationBase> annotations)
Parametre | Tip | Tanım |
---|---|---|
annotations | List`1 | Eklenecek açıklamalar listesi. |
Notlar
Daha fazla bilgi edin
- Belgeye not ekleme hakkında daha fazla bilgi: Belgeye C# ile açıklama nasıl eklenir?
Ayrıca bakınız
- class AnnotationBase
- class Annotator
- ad alanı GroupDocs.Annotation
- toplantı GroupDocs.Annotation