SaveOptionsOnlyAnnotatedPages Property |
Indicates whether to save only annotated pages or not;.
Namespace: GroupDocs.Annotation.OptionsAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic bool OnlyAnnotatedPages { get; set; }
Public Property OnlyAnnotatedPages As Boolean
Get
Set
public:
property bool OnlyAnnotatedPages {
bool get ();
void set (bool value);
}
member OnlyAnnotatedPages : bool with get, set
Property Value
Type:
Boolean
See Also