OdtSaveOptions

OdtSaveOptions constructor. Initializes a new instance of this class that can be used to save a document in the Odt format.

OdtSaveOptions()

Initializes a new instance of this class that can be used to save a document in the Odt format.

public OdtSaveOptions()

See Also


OdtSaveOptions(string)

Initializes a new instance of this class that can be used to save a document in the Odt format encrypted with a password.

public OdtSaveOptions(string password)

See Also


OdtSaveOptions(SaveFormat)

Initializes a new instance of this class that can be used to save a document in the Odt format.

public OdtSaveOptions(SaveFormat saveFormat)

See Also