IAppointment.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 Annotations {
13 
17 class ASPOSE_PDF_SHARED_CLASS IAppointment : public virtual System::Object
18 {
19  typedef IAppointment 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 Annotations
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
Represents general interface for actions and destinations.
Definition: IAppointment.h:17
Definition: AFRelationship.h:4
Whole PDF file will be submitted.