PdfXmlSaveOptions.h
1 #pragma once
2 // Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
3 
4 #include "Aspose.PDF.Cpp/UnifiedSaveOptions.h"
5 #include "Aspose.PDF.Cpp/aspose_pdf_api_defs.h"
6 
7 namespace Aspose {
8 
9 namespace Pdf {
10 
14 class ASPOSE_PDF_SHARED_CLASS PdfXmlSaveOptions : public Aspose::Pdf::UnifiedSaveOptions
15 {
18 
19  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
20  ASPOSE_PDF_SHARED_RTTI_INFO_DECL();
21 
22 public:
23 
27  ASPOSE_PDF_SHARED_API PdfXmlSaveOptions();
28 
29 };
30 
31 } // namespace Pdf
32 } // namespace Aspose
33 
34 
This class represents saving options for saving that uses unified conversion way (with unified intern...
Definition: UnifiedSaveOptions.h:108
Definition: AFRelationship.h:4
Save options for PdfXml format.
Definition: PdfXmlSaveOptions.h:14
Whole PDF file will be submitted.