ExplicitDestinationType.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 {
30  XYZ,
36  Fit,
42  FitH,
48  FitV,
56  FitR,
63  FitB,
69  FitBH,
75  FitBV
76 };
77 
78 
79 // C# preprocessor directive: #if __cplusplus
80 
81 
82 // C# preprocessor directive: #else
83 
84 
85 // C# preprocessor directive: #endif
86 
87 class ASPOSE_PDF_SHARED_CLASS ExplicitDestinationTypeConverter : public System::Object
88 {
90  typedef System::Object BaseType;
91 
92  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
93  ASPOSE_PDF_SHARED_RTTI_INFO_DECL();
94 
95 public:
96 
97  static ASPOSE_PDF_SHARED_API System::String ToString(ExplicitDestinationType value);
98  static ASPOSE_PDF_SHARED_API ExplicitDestinationType ToEnum(System::String value);
99 
100 };
101 
102 } // namespace Annotations
103 } // namespace Pdf
104 } // namespace Aspose
105 
106 
String class used across the library. Is a substitute for C# System.String when translating code...
Definition: string.h:121
Display the page with its contents magnified just enough to fit the rectangle specified by the coordi...
ExplicitDestinationType
Enumerates the types of explicit destinations.
Definition: ExplicitDestinationType.h:22
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
Display the page with the vertical coordinate top positioned at the top edge of the window and the co...
Display the page with its contents magnified just enough to fit its bounding box entirely within the ...
Display the page with the coordinates (left,�top) positioned at the upper-left corner of the window ...
Display the page with its contents magnified just enough to fit the entire page within the window bot...
Definition: ExplicitDestinationType.h:87
Definition: AFRelationship.h:4
Display the page with the vertical coordinate top positioned at the top edge of the window and the co...
Display the page with the horizontal coordinate left positioned at the left edge of the window and th...
Display the page with the horizontal coordinate left positioned at the left edge of the window and th...
Whole PDF file will be submitted.