SVGOptions constructor

init

Initializes a new instance of the SVGOptions class.

def __init__(self):
    ...

init

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

def __init__(self, link_embed_controller):
    ...
ParameterTypeDescription
link_embed_controllerILinkEmbedControllerThe 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