Saving

GroupDocs.Annotation provides different ways of saving resultant document - with specific annotations type only, save only annotated pages, save specific page range from resultant document, set password on saving resultant document etc.

The SaveOptions class provides following properties to customize saving process:

  • AnnotationTypes - defines annotation types to be saved into resultant document;
  • FirstPage - first page number when saving specific page range;
  • LastPage - last page number when saving specific page range;
  • OnlyAnnotatedPages - indicates whether to save only annotated pages or not;

For more details please refer to the following guides: