Annotator.Save
Contents
 [
        
            Hide
        ]
    Save()
Saves document after adding, updating or removing annotations.
public void Save()
Remarks
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
 
See Also
- class Annotator
 - namespace GroupDocs.Annotation
 - assembly GroupDocs.Annotation
 
Save(SaveOptions)
Saves document after adding, updating or removing annotations.
public void Save(SaveOptions saveOptions)
| Parameter | Type | Description | 
|---|---|---|
| saveOptions | SaveOptions | The save options. | 
Remarks
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
 
See Also
- class SaveOptions
 - class Annotator
 - namespace GroupDocs.Annotation
 - assembly GroupDocs.Annotation
 
Save(Stream)
Saves document after adding, updating or removing annotations.
public void Save(Stream document)
| Parameter | Type | Description | 
|---|---|---|
| document | Stream | The output stream. | 
Remarks
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
 
See Also
- class Annotator
 - namespace GroupDocs.Annotation
 - assembly GroupDocs.Annotation
 
Save(string)
Saves document after adding, updating or removing annotations.
public void Save(string filePath)
| Parameter | Type | Description | 
|---|---|---|
| filePath | String | The output file path. | 
Remarks
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
 
See Also
- class Annotator
 - namespace GroupDocs.Annotation
 - assembly GroupDocs.Annotation
 
Save(Stream, SaveOptions)
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. | 
Remarks
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
 
See Also
- class SaveOptions
 - class Annotator
 - namespace GroupDocs.Annotation
 - assembly GroupDocs.Annotation
 
Save(string, SaveOptions)
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. | 
Remarks
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
 
See Also
- class SaveOptions
 - class Annotator
 - namespace GroupDocs.Annotation
 - assembly GroupDocs.Annotation