LaunchActionOperation.h
1 #pragma once
2 // Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
3 
4 #include <system/string.h>
5 
6 namespace Aspose {
7 
8 namespace Pdf {
9 
10 namespace Annotations {
11 
16 {
20  Undefined,
24  Open,
28  Print
29 };
30 
32 {
34  typedef System::Object BaseType;
35 
36  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
37  RTTI_INFO_DECL();
38 
39 public:
40 
41  static const System::String strOpen;
42  static const System::String strPrint;
43 
44  static System::String ToString(LaunchActionOperation value);
45  static LaunchActionOperation ToEnum(System::String value);
46 
47 };
48 
49 } // namespace Annotations
50 } // namespace Pdf
51 } // namespace Aspose
52 
53 
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
static const System::String strPrint
Definition: LaunchActionOperation.h:42
Definition: LaunchActionOperation.h:31
LaunchActionOperation
Enumerates the operations to perform with document during launch action executing.
Definition: LaunchActionOperation.h:15
static const System::String strOpen
Definition: LaunchActionOperation.h:41
Definition: AFRelationship.h:4
Whole PDF file will be submitted.