xml_standalone property
xml_standalone property
An attribute specifying, as part of the XML declaration, whether this document is standalone. This is false when unspecified.
Definition:
@property
def xml_standalone(self):
...
@xml_standalone.setter
def xml_standalone(self, value):
...
See Also
- module
aspose.svg
- class
SVGDocument