OneSaveOptions Class

Aspose.Note for .NET API

OneSaveOptions Class

Allows to specify additional options when saving document to OneNote format.
Inheritance Hierarchy
SystemObject  Aspose.Note.SavingSaveOptions
    Aspose.Note.SavingOneSaveOptions

Namespace:  Aspose.Note.Saving
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public sealed class OneSaveOptions : SaveOptions
Public NotInheritable Class OneSaveOptions
	Inherits SaveOptions
public ref class OneSaveOptions sealed : public SaveOptions
[<SealedAttribute>]
type OneSaveOptions =  
    class
        inherit SaveOptions
    end

The OneSaveOptions type exposes the following members.

Constructors
  NameDescription
Public methodOneSaveOptions
Initializes a new instance of the OneSaveOptions class.
Top
Properties
  NameDescription
Public propertyDocumentPassword
Gets or sets a password to encrypt the document content.
Public propertySaveFormat
Gets or sets the format in which the document is saved.
(Inherited from SaveOptions.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also