Aspose::Pdf::SvgLoadOptions class

SvgLoadOptions class

Represents options for loading/importing SVG file into pdf document.

class SvgLoadOptions : public Aspose::Pdf::LoadOptions

Enums

EnumDescription
ConversionEnginesEnumerates conversion engines that can be used for conversion.

Methods

MethodDescription
get_AdjustPageSize() constAdust pdf page size to svg size.
get_PageInfo() constGets page info that should be applied during loading of document.
set_AdjustPageSize(bool)Adust pdf page size to svg size.
set_PageInfo(System::SharedPtr<Aspose::Pdf::PageInfo>)Sets page info that should be applied during loading of document.
SvgLoadOptions()Creates SvgLoadOptions object.

See Also