SvgLoadOptions
Overview
SvgLoadOptions is a class in Aspose.PDF FOSS for Python.
Inherits from: _BaseSvgLoadOptions.
This class provides 1 method for working with SvgLoadOptions objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.
Properties: conversion_engine, page_info.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
conversion_engine | str | Read/Write | Gets or sets the conversion engine. |
page_info | PageInfo | Read | Gets the page info. |
Methods
| Signature | Description |
|---|---|
__init__(page_size: tuple[float, float] | None) | Calls init(page_size) on this SvgLoadOptions instance. |