CgmImportOptions.h
1 #pragma once
2 // Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
3 
4 #include <drawing/size_f.h>
5 
6 #include "Aspose.PDF.Cpp/ImportOptions.h"
7 #include "Aspose.PDF.Cpp/aspose_pdf_api_defs.h"
8 
9 namespace Aspose {
10 
11 namespace Pdf {
12 
16 class ASPOSE_PDF_SHARED_CLASS CgmImportOptions : public Aspose::Pdf::ImportOptions
17 {
18  typedef CgmImportOptions ThisType;
20 
21  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
22  ASPOSE_PDF_SHARED_RTTI_INFO_DECL();
23 
24 public:
25 
30  ASPOSE_PDF_SHARED_API System::Drawing::SizeF get_PageSize() const;
35  ASPOSE_PDF_SHARED_API void set_PageSize(System::Drawing::SizeF value);
36 
40  ASPOSE_PDF_SHARED_API CgmImportOptions();
41 
42 private:
43 
44  System::Drawing::SizeF pageSize;
45 
46 };
47 
48 } // namespace Pdf
49 } // namespace Aspose
50 
51 
Import option for import from Computer Graphics Metafile(CGM) format.
Definition: CgmImportOptions.h:16
ImportOptions type hold level of abstraction on individual import options.
Definition: ImportOptions.h:24
Definition: AFRelationship.h:4
Represents a pair of single-precision floating point values that represent width and height of an ima...
Definition: size_f.h:13
Whole PDF file will be submitted.