Add
Add(AnnotationBase)
document 에 주석을 추가합니다.
public void Add(AnnotationBase annotation)
| 모수 | 유형 | 설명 | 
|---|---|---|
| annotation | AnnotationBase | 추가할 주석입니다. | 
비고
더 알아보기
- 문서에 주석을 추가하는 방법에 대한 추가 정보: C#에서 문서에 주석을 다는 방법
 
또한보십시오
- class AnnotationBase
 - class Annotator
 - 네임스페이스 GroupDocs.Annotation
 - 집회 GroupDocs.Annotation
 
Add(List<AnnotationBase>)
문서에 주석 모음을 추가합니다.
public void Add(List<AnnotationBase> annotations)
| 모수 | 유형 | 설명 | 
|---|---|---|
| annotations | List`1 | 추가할 주석 목록입니다. | 
비고
더 알아보기
- 문서에 주석을 추가하는 방법에 대한 추가 정보: C#에서 문서에 주석을 다는 방법
 
또한보십시오
- class AnnotationBase
 - class Annotator
 - 네임스페이스 GroupDocs.Annotation
 - 집회 GroupDocs.Annotation