IOperatorContainer.h
1 #pragma once
2 // Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
3 
4 #include <system/object.h>
5 
6 namespace Aspose
7 {
8 namespace Pdf
9 {
10 class OperatorCollection;
11 class Resources;
12 } // namespace Pdf
13 } // namespace Aspose
14 
15 namespace Aspose {
16 
17 namespace Pdf {
18 
22 class IOperatorContainer : public virtual System::Object
23 {
25  typedef System::Object BaseType;
26 
27  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
28  RTTI_INFO_DECL();
29 
30 public:
31 
35  virtual System::SharedPtr<OperatorCollection> get_Contents() = 0;
39  virtual System::SharedPtr<Aspose::Pdf::Resources> get_Resources() = 0;
40 
41 };
42 
43 } // namespace Pdf
44 } // namespace Aspose
45 
46 
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:64
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
Represents objects that contain a collection of operators as their contents.
Definition: IOperatorContainer.h:22
means saving without change of format, i.e. as PDF use it please instead of &#39;SaveFormat.None&#39;, that is obsolete one
Whole PDF file will be submitted.