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):
...
| Parameter | Type | Description |
|---|---|---|
| link_embed_controller | ILinkEmbedController | The 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
- class
ILinkEmbedController - class
SVGOptions - module
aspose.slides.export - library
Aspose.Slides