LoadSaveOptions

LoadSaveOptions()

Creates a new instance of this class without any properties specified.

public LoadSaveOptions()

See Also


LoadSaveOptions(FileFormat)

Creates a new instance of this class with the specified file format to save an assembled document to.

public LoadSaveOptions(FileFormat saveFormat)
Parameter Type Description
saveFormat FileFormat A file format to save an assembled document to.

See Also