FilterType.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 System
9 {
10 class String;
11 } // namespace System
12 
13 namespace Aspose {
14 
15 namespace Pdf {
16 
17 namespace Engine {
18 
19 namespace Filters {
20 
24 enum class FilterType
25 {
29  None,
33  LZWDecode,
61  DCTDecode,
65  JPXDecode,
69  Crypt,
73  Composite
74 };
75 
76 
77 // C# preprocessor directive: #if __cplusplus
78 
79 
80 // C# preprocessor directive: #else
81 
82 
83 // C# preprocessor directive: #endif
84 
85 class ASPOSE_PDF_SHARED_CLASS FilterTypeConverter : public System::Object
86 {
88  typedef System::Object BaseType;
89 
90  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
91  ASPOSE_PDF_SHARED_RTTI_INFO_DECL();
92 
93 public:
94 
95  static ASPOSE_PDF_SHARED_API System::String ToString(FilterType value);
96  static ASPOSE_PDF_SHARED_API FilterType ToEnum(System::String value);
97 
98 };
99 
100 } // namespace Filters
101 } // namespace Engine
102 } // namespace Pdf
103 } // namespace Aspose
104 
105 
String class used across the library. Is a substitute for C# System.String when translating code...
Definition: string.h:121
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:64
Definition: Artifact.h:67
Definition: AFRelationship.h:4
FilterType
Definition: FilterType.h:24
Whole PDF file will be submitted.