PolyIntent.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 PolyIntent
23 {
27  Undefined,
40 };
41 
42 
43 // C# preprocessor directive: #if __cplusplus
44 
45 
46 // C# preprocessor directive: #else
47 
48 
49 // C# preprocessor directive: #endif
50 
51 class ASPOSE_PDF_SHARED_CLASS PolyIntentConverter : public System::Object
52 {
54  typedef System::Object BaseType;
55 
56  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
57  ASPOSE_PDF_SHARED_RTTI_INFO_DECL();
58 
59 public:
60 
61  static ASPOSE_PDF_SHARED_API System::String ToString(PolyIntent value);
62  static ASPOSE_PDF_SHARED_API System::String ToXfdfString(PolyIntent value);
63  static ASPOSE_PDF_SHARED_API PolyIntent ToEnum(System::String value);
64 
65 };
66 
67 } // namespace Annotations
68 } // namespace Pdf
69 } // namespace Aspose
70 
71 
String class used across the library. Is a substitute for C# System.String when translating code...
Definition: string.h:121
Indicates that the polyline annotation is intended to function as a dimension.
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
PolyIntent
Enumerates the intents of the polygon or polyline annotation.
Definition: PolyIntent.h:22
Means that the annotation is intended to function as a cloud object.
Definition: AFRelationship.h:4
Undefined color type value.
Indicates that the polygon annotation is intended to function as a dimension.
Whole PDF file will be submitted.