Aspose::Pdf::SvgLoadOptions class
SvgLoadOptions class
Represents options for loading/importing SVG file into pdf document.
class SvgLoadOptions : public Aspose::Pdf::LoadOptions
Enums
Enum | Description |
---|---|
ConversionEngines | Enumerates conversion engines that can be used for conversion. |
Methods
Method | Description |
---|---|
get_AdjustPageSize() const | Adust pdf page size to svg size. |
get_PageInfo() const | Gets 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
- Class LoadOptions
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++