AnnotationStateModel.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 
23 {
27  Undefined,
31  Marked,
35  Review
36 };
37 
38 
39 // C# preprocessor directive: #if __cplusplus
40 
41 
42 // C# preprocessor directive: #else
43 
44 
45 // C# preprocessor directive: #endif
46 
47 class ASPOSE_PDF_SHARED_CLASS AnnotationStateModelConverter : public System::Object
48 {
50  typedef System::Object BaseType;
51 
52  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
53  ASPOSE_PDF_SHARED_RTTI_INFO_DECL();
54 
55 public:
56 
57  static ASPOSE_PDF_SHARED_API System::String ToString(AnnotationStateModel value);
58  static ASPOSE_PDF_SHARED_API AnnotationStateModel ToEnum(System::String value);
59 
60 };
61 
62 } // namespace Annotations
63 } // namespace Pdf
64 } // namespace Aspose
65 
66 
Definition: AnnotationStateModel.h:47
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
AnnotationStateModel
The state model corresponding to state of annotation.
Definition: AnnotationStateModel.h:22
The annotation has been marked by the user.
Definition: AFRelationship.h:4
Undefined color type value.
The annotation has been reviewed (accepted, rejected, cancelled, completed, none) by the user...
Whole PDF file will be submitted.