SvgLoadOptions

SvgLoadOptions

Overview

SvgLoadOptions is a class in Aspose.PDF FOSS for C++.

SvgLoadOptions allows SVG files to be imported with optional page‑size adjustment via the AdjustPageSize property.

This class provides 2 methods for working with SvgLoadOptions objects in C++ programs. Available methods include: AdjustPageSize. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
AdjustPageSize()boolCalls AdjustPageSize on this SvgLoadOptions instance.
AdjustPageSize(value: bool)Calls AdjustPageSize(value) on this SvgLoadOptions instance.

See Also