PdfSaveOptions.h
1 #pragma once
2 // Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
3 
4 #include <system/string.h>
5 
6 #include "Aspose.PDF.Cpp/SaveOptions.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 PdfSaveOptions : public Aspose::Pdf::SaveOptions
17 {
18  typedef PdfSaveOptions ThisType;
20 
21  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
22  ASPOSE_PDF_SHARED_RTTI_INFO_DECL();
23 
24 public:
25 
29  ASPOSE_PDF_SHARED_API System::String get_TempPath() const;
33  ASPOSE_PDF_SHARED_API void set_TempPath(System::String value);
40  ASPOSE_PDF_SHARED_API System::String get_DefaultFontName() const;
47  ASPOSE_PDF_SHARED_API void set_DefaultFontName(System::String value);
48 
52  ASPOSE_PDF_SHARED_API PdfSaveOptions();
53 
54 private:
55 
56  System::String _tempPath;
57  System::String pr_DefaultFontName;
58 
59 };
60 
61 } // namespace Pdf
62 } // namespace Aspose
63 
64 
String class used across the library. Is a substitute for C# System.String when translating code...
Definition: string.h:121
SaveOptions type hold level of abstraction on individual save options
Definition: SaveOptions.h:60
Definition: AFRelationship.h:4
Save options for export to Pdf format
Definition: PdfSaveOptions.h:16
Whole PDF file will be submitted.