SelectorRendition.h
1 #pragma once
2 // Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
3 
4 #include <system/array.h>
5 
6 #include "Aspose.PDF.Cpp/InteractiveFeatures/Annotations/Rendition.h"
7 #include "Aspose.PDF.Cpp/aspose_pdf_api_defs.h"
8 
9 namespace Aspose
10 {
11 namespace Pdf
12 {
13 namespace Engine
14 {
15 namespace Data
16 {
17 class IPdfDictionary;
18 } // namespace Data
19 } // namespace Engine
20 } // namespace Pdf
21 } // namespace Aspose
22 
23 namespace Aspose {
24 
25 namespace Pdf {
26 
27 namespace Annotations {
28 
32 class ASPOSE_PDF_SHARED_CLASS SelectorRendition final : public Aspose::Pdf::Annotations::Rendition
33 {
36 
37  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
38  ASPOSE_PDF_SHARED_RTTI_INFO_DECL();
39 
41 
42 public:
43 
47  ASPOSE_PDF_SHARED_API System::ArrayPtr<System::SharedPtr<Rendition>> get_Renditions();
48 
49 protected:
50 
52 
54 
55 };
56 
57 } // namespace Annotations
58 } // namespace Pdf
59 } // namespace Aspose
60 
61 
Class describes selector rendition.
Definition: SelectorRendition.h:32
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:64
Class which describes rendition object of RendtionAnnotation.
Definition: Rendition.h:49
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: fwd.h:22
Definition: AFRelationship.h:4
MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION(Rendition, CODEPORTING_ARGS(System::SharedPtr< Aspose::Pdf::Engine::Data::IPdfDictionary > EngineDict))
Whole PDF file will be submitted.