IPluginOptions.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 Aspose {
9 
10 namespace Pdf {
11 
12 namespace Plugins {
13 
17 class ASPOSE_PDF_SHARED_CLASS IPluginOptions : public virtual System::Object
18 {
19  typedef IPluginOptions ThisType;
20  typedef System::Object BaseType;
21 
22  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
23  ASPOSE_PDF_SHARED_RTTI_INFO_DECL();
24 
25 };
26 
27 } // namespace Plugins
28 } // namespace Pdf
29 } // namespace Aspose
30 
31 
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:64
Definition: AFRelationship.h:4
General plugin option interface that defines common methods that concrete plugin option should implem...
Definition: IPluginOptions.h:17
Whole PDF file will be submitted.