DiagramSaveOptions.DiagramSaveOptions

DiagramSaveOptions()

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

public DiagramSaveOptions()

See Also


DiagramSaveOptions(SaveFileFormat)

Initializes a new instance of this class that can be used to save a diagram in the VDX or VSX format.

public DiagramSaveOptions(SaveFileFormat saveFormat)
ParameterTypeDescription
saveFormatSaveFileFormat

See Also