FormExportImportOptions.h
1 #pragma once
2 // Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
3 
4 #include <system/object.h>
5 
6 #include "Aspose.PDF.Cpp/aspose_pdf_api_defs.h"
7 
8 namespace Aspose {
9 
10 namespace Pdf {
11 
12 namespace Engine {
13 
14 namespace IO {
15 
16 namespace ConvertStrategies {
17 
18 namespace ConvertHelpers {
19 
23 class ASPOSE_PDF_SHARED_CLASS ExportFieldsOptions : public System::Object
24 {
26  typedef System::Object BaseType;
27 
28  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
29  ASPOSE_PDF_SHARED_RTTI_INFO_DECL();
30 
31 public:
32 
39  ASPOSE_PDF_SHARED_API bool get_ExportPasswordValue() const;
46  ASPOSE_PDF_SHARED_API void set_ExportPasswordValue(bool value);
47 
48  ASPOSE_PDF_SHARED_API ExportFieldsOptions();
49 
50 private:
51 
52  bool pr_ExportPasswordValue;
53 
54 };
55 
63 {
66 
67  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
68  ASPOSE_PDF_SHARED_RTTI_INFO_DECL();
69 
70 public:
71 
78  ASPOSE_PDF_SHARED_API bool get_WriteIndented() const;
85  ASPOSE_PDF_SHARED_API void set_WriteIndented(bool value);
86 
90  ASPOSE_PDF_SHARED_API ExportFieldsToJsonOptions();
91 
92 private:
93 
94  bool pr_WriteIndented;
95 
96 };
97 
102 {
104  typedef System::Object BaseType;
105 
106  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
107  RTTI_INFO_DECL();
108 
109 };
110 
118 {
121 
122  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
123  RTTI_INFO_DECL();
124 
125 };
126 
127 } // namespace ConvertHelpers
128 } // namespace ConvertStrategies
129 } // namespace IO
130 } // namespace Engine
131 } // namespace Pdf
132 } // namespace Aspose
133 
134 
Represents base class of options for importing form fields.
Definition: FormExportImportOptions.h:101
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:64
Represents options for exporting form fields to Json format.
Definition: FormExportImportOptions.h:62
Represents options for importing form fields to Json format.
Definition: FormExportImportOptions.h:117
Definition: AFRelationship.h:4
Represents base class of options for exporting form fields.
Definition: FormExportImportOptions.h:23
Whole PDF file will be submitted.