IFontOptions.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 Text {
13 
17 class ASPOSE_PDF_SHARED_CLASS IFontOptions : public virtual System::Object
18 {
19  typedef IFontOptions ThisType;
20  typedef System::Object BaseType;
21 
22  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
23  ASPOSE_PDF_SHARED_RTTI_INFO_DECL();
24 
25 public:
26 
36  virtual bool get_NotifyAboutFontEmbeddingError() = 0;
46  virtual void set_NotifyAboutFontEmbeddingError(bool value) = 0;
47 
48 };
49 
50 } // namespace Text
51 } // namespace Pdf
52 } // namespace Aspose
53 
54 
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:64
Represents a text type.
Definition: AFRelationship.h:4
Useful properties to tune Font behaviour
Definition: IFontOptions.h:17
Whole PDF file will be submitted.