@@ -3056,7 +3056,7 @@ Name | Type | Description | Notes
3056
3056
3057
3057
<a name =" getmhtinstoragetopdf " ></a >
3058
3058
# ** GetMhtInStorageToPdf**
3059
- > System.IO.Stream GetMhtInStorageToPdf (string srcPath, double? height, double? width, double? marginLeft, double? marginBottom, double? marginRight, double? marginTop, string storage = null)
3059
+ > System.IO.Stream GetMhtInStorageToPdf (string srcPath, double? height = null , double? width = null , double? marginLeft = null , double? marginBottom = null , double? marginRight = null , double? marginTop = null , string storage = null)
3060
3060
3061
3061
Convert MHT file (located on storage) to PDF format and return resulting file in response.
3062
3062
@@ -3066,12 +3066,12 @@ Convert MHT file (located on storage) to PDF format and return resulting file in
3066
3066
Name | Type | Description | Notes
3067
3067
------------- | ------------- | ------------- | -------------
3068
3068
** srcPath** | ** string** | Full source filename (ex. /folder1/folder2/template.mht) |
3069
- ** height** | ** double?** | Page height |
3070
- ** width** | ** double?** | Page width |
3071
- ** marginLeft** | ** double?** | Page margin left |
3072
- ** marginBottom** | ** double?** | Page margin bottom |
3073
- ** marginRight** | ** double?** | Page margin right |
3074
- ** marginTop** | ** double?** | Page margin top |
3069
+ ** height** | ** double?** | Page height | [ optional ]
3070
+ ** width** | ** double?** | Page width | [ optional ]
3071
+ ** marginLeft** | ** double?** | Page margin left | [ optional ]
3072
+ ** marginBottom** | ** double?** | Page margin bottom | [ optional ]
3073
+ ** marginRight** | ** double?** | Page margin right | [ optional ]
3074
+ ** marginTop** | ** double?** | Page margin top | [ optional ]
3075
3075
** storage** | ** string** | The document storage. | [ optional]
3076
3076
3077
3077
### Return type
@@ -8760,7 +8760,7 @@ Name | Type | Description | Notes
8760
8760
8761
8761
<a name =" putmhtinstoragetopdf " ></a >
8762
8762
# ** PutMhtInStorageToPdf**
8763
- > AsposeResponse PutMhtInStorageToPdf (string name, string srcPath, double? height, double? width, double? marginLeft, double? marginBottom, double? marginRight, double? marginTop, string dstFolder = null, string storage = null)
8763
+ > AsposeResponse PutMhtInStorageToPdf (string name, string srcPath, double? height = null , double? width = null , double? marginLeft = null , double? marginBottom = null , double? marginRight = null , double? marginTop = null , string dstFolder = null, string storage = null)
8764
8764
8765
8765
Convert MHT file (located on storage) to PDF format and upload resulting file to storage.
8766
8766
@@ -8771,12 +8771,12 @@ Name | Type | Description | Notes
8771
8771
------------- | ------------- | ------------- | -------------
8772
8772
** name** | ** string** | The document name. |
8773
8773
** srcPath** | ** string** | Full source filename (ex. /folder1/folder2/template.mht) |
8774
- ** height** | ** double?** | Page height |
8775
- ** width** | ** double?** | Page width |
8776
- ** marginLeft** | ** double?** | Page margin left |
8777
- ** marginBottom** | ** double?** | Page margin bottom |
8778
- ** marginRight** | ** double?** | Page margin right |
8779
- ** marginTop** | ** double?** | Page margin top |
8774
+ ** height** | ** double?** | Page height | [ optional ]
8775
+ ** width** | ** double?** | Page width | [ optional ]
8776
+ ** marginLeft** | ** double?** | Page margin left | [ optional ]
8777
+ ** marginBottom** | ** double?** | Page margin bottom | [ optional ]
8778
+ ** marginRight** | ** double?** | Page margin right | [ optional ]
8779
+ ** marginTop** | ** double?** | Page margin top | [ optional ]
8780
8780
** dstFolder** | ** string** | The destination document folder. | [ optional]
8781
8781
** storage** | ** string** | The document storage. | [ optional]
8782
8782
0 commit comments