Annotator.Save
Leave feedback
On this page
Saves document after adding, updating or removing annotations.
public void Save()
Learn more about saving annotated documents
- More about how to save only annotated document pages: Save only annotated pages
- More about how to save document with specific annotation types only: Filtering annotation types on save
- More about how to save specific pages from the whole document: Save specific page range
- class Annotator
- namespace GroupDocs.Annotation
- assembly GroupDocs.Annotation
Saves document after adding, updating or removing annotations.
public void Save(SaveOptions saveOptions)
| Parameter | Type | Description |
|---|---|---|
| saveOptions | SaveOptions | The save options. |
Learn more about saving annotated documents
- More about how to save only annotated document pages: Save only annotated pages
- More about how to save document with specific annotation types only: Filtering annotation types on save
- More about how to save specific pages from the whole document: Save specific page range
- class SaveOptions
- class Annotator
- namespace GroupDocs.Annotation
- assembly GroupDocs.Annotation
Saves document after adding, updating or removing annotations.
public void Save(Stream document)
| Parameter | Type | Description |
|---|---|---|
| document | Stream | The output stream. |
Learn more about saving annotated documents
- More about how to save only annotated document pages: Save only annotated pages
- More about how to save document with specific annotation types only: Filtering annotation types on save
- More about how to save specific pages from the whole document: Save specific page range
- class Annotator
- namespace GroupDocs.Annotation
- assembly GroupDocs.Annotation
Saves document after adding, updating or removing annotations.
public void Save(string filePath)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | The output file path. |
Learn more about saving annotated documents
- More about how to save only annotated document pages: Save only annotated pages
- More about how to save document with specific annotation types only: Filtering annotation types on save
- More about how to save specific pages from the whole document: Save specific page range
- class Annotator
- namespace GroupDocs.Annotation
- assembly GroupDocs.Annotation
Saves document after adding, updating or removing annotations.
public void Save(Stream document, SaveOptions saveOptions)
| Parameter | Type | Description |
|---|---|---|
| document | Stream | The output stream. |
| saveOptions | SaveOptions | The save options. |
Learn more about saving annotated documents
- More about how to save only annotated document pages: Save only annotated pages
- More about how to save document with specific annotation types only: Filtering annotation types on save
- More about how to save specific pages from the whole document: Save specific page range
- class SaveOptions
- class Annotator
- namespace GroupDocs.Annotation
- assembly GroupDocs.Annotation
Saves document after adding, updating or removing annotations.
public void Save(string filePath, SaveOptions saveOptions)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | The output file path. |
| saveOptions | SaveOptions | The save options. |
Learn more about saving annotated documents
- More about how to save only annotated document pages: Save only annotated pages
- More about how to save document with specific annotation types only: Filtering annotation types on save
- More about how to save specific pages from the whole document: Save specific page range
- class SaveOptions
- class Annotator
- namespace GroupDocs.Annotation
- assembly GroupDocs.Annotation
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.