LoadOptions

LoadOptions()

Initializes a new instance of this class with default values.

public LoadOptions()

Remarks

Default file format is set as VSD.

See Also


LoadOptions(LoadFileFormat)

Initializes a new instance of this class with the format specified.

public LoadOptions(LoadFileFormat format)
Parameter Type Description
format LoadFileFormat LoadFileFormat load file format.

See Also