Loading...
Searching...
No Matches
DocumentConversion.h
Go to the documentation of this file.
1//---------------------------------------------------------------------------------------
2// Copyright (c) 2001-2025 by Apryse Software Inc. All Rights Reserved.
3// Consult legal.txt regarding legal and license information.
4//---------------------------------------------------------------------------------------
5// !Warning! This file is autogenerated, modify the .codegen file, not this one
6// (any changes here will be wiped out during the autogen process)
7
8#ifndef PDFTRON_H_CPPPDFDocumentConversion
9#define PDFTRON_H_CPPPDFDocumentConversion
10#include <C/PDF/TRN_DocumentConversion.h>
11
12#include <Common/BasicTypes.h>
13#include <Common/UString.h>
14#include <PDF/PDFDoc.h>
15
16namespace pdftron { namespace PDF {
17
18
27{
28public:
29 enum Result {
33 };
36 DocumentConversion(TRN_DocumentConversion impl);
39 void Destroy();
40
47
52 void Convert();
53
59
66
73
79
85 bool IsCancelled() const;
86
92 bool HasProgressTracking() const;
93
99 double GetProgress() const;
100
107
114
121
128
136
143
150
156
157 //for xamarin use only
158 static DocumentConversion* CreateInternal(ptrdiff_t impl);
159 ptrdiff_t GetHandleInternal();
160
161
162
163#ifndef SWIGHIDDEN
164 TRN_DocumentConversion m_impl;
165#endif
166
167private:
168
169};
170
171#include <Impl/DocumentConversion.inl>
172} //end pdftron
173} //end PDF
174
175
176#endif //PDFTRON_H_CPPPDFDocumentConversion
DocumentConversion(TRN_DocumentConversion impl)
static DocumentConversion * CreateInternal(ptrdiff_t impl)
UInt32 GetNextExcelSheetCellCount() const
UString GetWarningString(UInt32 index) const
DocumentConversion(const DocumentConversion &other)
UString GetCurrentExcelSheetName() const
DocumentConversion & operator=(const DocumentConversion &other)
TRN_UInt32 UInt32
Definition BasicTypes.h:13