Remove
내용물
[
숨다
]
Remove(int)
Id. 로 문서에서 주석을 제거합니다.
public void Remove(int annotationId)
모수 | 유형 | 설명 |
---|---|---|
annotationId | Int32 | 제거해야 하는 주석의 ID입니다. |
비고
더 알아보기
- 문서 주석을 제거하는 방법에 대한 추가 정보: C#에서 문서 주석을 제거하는 방법
또한보십시오
- class Annotator
- 네임스페이스 GroupDocs.Annotation
- 집회 GroupDocs.Annotation
Remove(AnnotationBase)
문서에서 주석을 제거합니다.
public void Remove(AnnotationBase annotation)
모수 | 유형 | 설명 |
---|---|---|
annotation | AnnotationBase | 제거해야 하는 주석입니다. |
비고
더 알아보기
- 문서 주석을 제거하는 방법에 대한 추가 정보: C#에서 문서 주석을 제거하는 방법
또한보십시오
- class AnnotationBase
- class Annotator
- 네임스페이스 GroupDocs.Annotation
- 집회 GroupDocs.Annotation
Remove(List<int>)
제공된 주석 ID로 문서에서 주석 모음을 제거합니다.
public void Remove(List<int> annotationIds)
모수 | 유형 | 설명 |
---|---|---|
annotationIds | List`1 | 제거해야 하는 주석의 ID입니다. |
비고
더 알아보기
- 문서 주석을 제거하는 방법에 대한 추가 정보: C#에서 문서 주석을 제거하는 방법
또한보십시오
- class Annotator
- 네임스페이스 GroupDocs.Annotation
- 집회 GroupDocs.Annotation
Remove(List<AnnotationBase>)
문서에서 주석 모음을 제거합니다.
public void Remove(List<AnnotationBase> annotationsToDelete)
모수 | 유형 | 설명 |
---|---|---|
annotationsToDelete | List`1 | 제거해야 하는 주석입니다. |
비고
더 알아보기
- 문서 주석을 제거하는 방법에 대한 추가 정보: C#에서 문서 주석을 제거하는 방법
또한보십시오
- class AnnotationBase
- class Annotator
- 네임스페이스 GroupDocs.Annotation
- 집회 GroupDocs.Annotation