GraffitiSuite Docs
Docs
Svg
Loading document parsing libraries...
# SVG Class Inherits PDFObject ## Enumerations | Name | Value | Description | | --- | :---: | --- | | CompressionLevels | None <br> Fast <br> Medium <br> Slow | Supported compression levels used when encoding the rendered SVG in the PDF document. | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Sub | Constructor | (None) | Creates a new instance of the class. | | Attributes | Hidden | toJavaScript | | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | CompressionLevel | CompressionLevels | Nil | Compression level used when encoding the rendered SVG in the PDF document. | | Height | Double | Nil | Height of the SVG on the page. | | Private | As | Nil | | | Private | As | Nil | | | Private | As | = | | | Private | As | Nil | | | Rotation | Integer | Nil | | | Width | Double | Nil | Width of the SVG on the page. |