Aspose::Pdf::CgmLoadOptions class
CgmLoadOptions class
Contains options for loading/importing CGM file into pdf document.
class CgmLoadOptions : public Aspose::Pdf::LoadOptions
Methods
Method | Description |
---|---|
CgmLoadOptions() | Creates default load options for converting CGM file into pdf document. Default pdf page size - A4 300dpi 2480 X 3508. |
CgmLoadOptions(System::Drawing::SizeF) | Creates load options with defined pageSize. |
get_PageSize() const | Gets output page size for import. |
See Also
- Class LoadOptions
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++