DocumentSavingArgs.h
1
// Copyright 2001-2022 Aspose Pty Ltd. All Rights Reserved.
3
//
4
// This file is part of Aspose.Words. The source code in this file
5
// is only intended as a supplement to the documentation, and is provided
6
// "as is", without warranty of any kind, either expressed or implied.
9
#pragma once
10
11
#include <system/object.h>
12
13
#include <Aspose.Words.Cpp/aspose_words_api_defs.h>
14
15
namespace
Aspose
{
16
17
namespace
Words
{
18
19
namespace
Saving {
20
22
class
ASPOSE_WORDS_SHARED_CLASS
DocumentSavingArgs
final :
public
System::Object
23
{
24
typedef
DocumentSavingArgs
ThisType
;
25
typedef
System::Object
BaseType
;
26
27
typedef ::System::BaseTypesInfo<BaseType>
ThisTypeBaseTypesInfo
;
28
ASPOSE_WORDS_SHARED_RTTI_INFO_DECL();
29
30
public
:
31
33
ASPOSE_WORDS_SHARED_API
double
get_EstimatedProgress
()
const
;
34
35
protected
:
36
37
private
:
38
39
__TypeStub<8,8,8,8>::type mField0;
40
41
};
42
43
}
44
}
45
}