Click or drag to resize

ISvgPublishApiGetPublishOptions Method

Returns the options for the publishing options for given document

Namespace:  GenerateVisioSvg
Assembly:  GenerateVisioSvg (in GenerateVisioSvg.dll) Version: 1.2.3.0 (1.2.3.0)
Syntax
C#
IPublishOptions GetPublishOptions(
	Document doc
)

Parameters

doc
Type: Document
The Visio document

Return Value

Type: IPublishOptions
publishing options
See Also