1. GroupDocs.Annotation
  2. /
  3. GroupDocs.Annotation for .NET
  4. /
  5. GroupDocs.Annotation.Options
  6. /
  7. Class SaveOptions

Class SaveOptions

SaveOptions class

Allows to specify additional options (such as password) when saving annotated document.

public class SaveOptions

Constructors

Name Description
SaveOptions() The default constructor.

Properties

Name Description
AnnotationTypes { get; set; } Defines what annotations will be in resultant document.
FirstPage { get; set; } First page number when saving page range.
LastPage { get; set; } Last page number when saving page range.
OnlyAnnotatedPages { get; set; } Indicates whether to save only annotated pages or not;.
Version { get; set; } Version Key that will be used to access current version

See Also