SvgLoadOptions

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

NameTypeAccessDescription
conversion_enginestrRead/WriteGets or sets the conversion engine.
page_infoPageInfoReadGets the page info.

Methods

SignatureDescription
__init__(page_size: tuple[float, float] | None)Calls init(page_size) on this SvgLoadOptions instance.

See Also