DocSaveOptions

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

DocSaveOptions()

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

public DocSaveOptions()

See Also


DocSaveOptions(SaveFormat)

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

public DocSaveOptions(SaveFormat saveFormat)
ParameterTypeDescription
saveFormatSaveFormatCan be Doc or Dot.

See Also