BorderEffect.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 Annotations {
18 
22 enum class BorderEffect
23 {
27  None,
31  Cloudy
32 };
33 
34 
35 // C# preprocessor directive: #if __cplusplus
36 
37 
38 // C# preprocessor directive: #else
39 
40 
41 // C# preprocessor directive: #endif
42 
43 class ASPOSE_PDF_SHARED_CLASS BorderEffectConverter : public System::Object
44 {
46  typedef System::Object BaseType;
47 
48  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
49  ASPOSE_PDF_SHARED_RTTI_INFO_DECL();
50 
51 public:
52 
53  static ASPOSE_PDF_SHARED_API System::String ToString(BorderEffect value);
54  static ASPOSE_PDF_SHARED_API System::String ToXfdfString(BorderEffect value);
55  static ASPOSE_PDF_SHARED_API BorderEffect ToEnum(System::String value);
56 
57 };
58 
59 } // namespace Annotations
60 } // namespace Pdf
61 } // namespace Aspose
62 
63 
String class used across the library. Is a substitute for C# System.String when translating code...
Definition: string.h:121
The border will appear "cloudly".
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
BorderEffect
Describes effect which should be applied to the border of the annotations.
Definition: BorderEffect.h:22
Whole PDF file will be submitted.