SaveOptions

Overview

SaveOptions is a class in Aspose.3D FOSS for Java. Inherits from: A3DObject.

SaveOptions.SaveOptions initializes a new SaveOptions instance with default settings.

Properties

NameTypeAccessDescription
fileFormatFileFormatReadGets or sets the FileFormat used when saving

Methods

SignatureDescription
SaveOptions()Initializes a new SaveOptions instance with default settings
SaveOptions(name: String)
getFileFormat()FileFormatReturns the FileFormat associated with these save options

See Also