SVGOptions

SVGOptions()

Initializes a new instance of the SVGOptions class.

public SVGOptions()

See Also


SVGOptions(ILinkEmbedController)

Initializes a new instance of the SVGOptions class specifying the link embedding controller object.

public SVGOptions(ILinkEmbedController linkEmbedController)
ParameterTypeDescription
linkEmbedControllerILinkEmbedControllerThe link embedding controller reference.

Remarks

Link embedding controller is a delegate object that is responsible for making decisions if resources (such as images) need to be embedded or referenced as external resources.

See Also