You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Layers** | [**[]LayerInfo**](LayerInfo.md) | List of document Layers. | [optional][default to null]
8
+
9
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)[[View Source]](../document_layers.go)
**Id** | **string** | Layer Id. | [optional][default to null]
9
+
**Name** | **string** | Layer Name. | [optional][default to null]
10
+
**Locked** | **bool** | Gets a value indicating whether the layer is locked. | [default to null]
11
+
12
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)[[View Source]](../layer_info.go)
[**DeleteDocumentLinkAnnotations**](PdfApi.md#DeleteDocumentLinkAnnotations) | **Delete** /pdf/{name}/links | Delete all link annotations from the document
15
16
[**DeleteDocumentStamps**](PdfApi.md#DeleteDocumentStamps) | **Delete** /pdf/{name}/stamps | Delete all stamps from the document
16
17
[**DeleteDocumentTables**](PdfApi.md#DeleteDocumentTables) | **Delete** /pdf/{name}/tables | Delete all tables from the document
[**PutCreatePdfFromLayer**](PdfApi.md#PutCreatePdfFromLayer) | **Put** /pdf/{name}/layers | Create a separate PDF from a PDF Layer and upload resulting file to storage.
269
272
[**PutDecryptDocument**](PdfApi.md#PutDecryptDocument) | **Put** /pdf/decrypt | Decrypt document from content.
[**PutEncryptDocument**](PdfApi.md#PutEncryptDocument) | **Put** /pdf/encrypt | Encrypt document from content.
@@ -600,6 +603,42 @@ Name | Type | Description | Notes
600
603
601
604
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
**passBase64** | **string**| The password (Base64). |
630
+
631
+
### Return type
632
+
633
+
[**AsposeResponse**](AsposeResponse.md)
634
+
635
+
### HTTP request headers
636
+
637
+
- **Content-Type**: application/json
638
+
- **Accept**: application/json
639
+
640
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -1851,6 +1890,38 @@ Name | Type | Description | Notes
1851
1890
1852
1891
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
**passBase64** | **string**| The password (Base64). |
1913
+
1914
+
### Return type
1915
+
1916
+
[**DocumentLayers**](DocumentLayers.md)
1917
+
1918
+
### HTTP request headers
1919
+
1920
+
- **Content-Type**: application/json
1921
+
- **Accept**: application/json
1922
+
1923
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -9118,6 +9189,44 @@ Name | Type | Description | Notes
9118
9189
9119
9190
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
**outPath** | **string**| The out path of result image. |
9214
+
**layerId** | **string**| Layer Id. |
9215
+
**folder** | **string**| The document folder. |
9216
+
**storage** | **string**| The document storage. |
9217
+
**passBase64** | **string**| The password (Base64). |
9218
+
9219
+
### Return type
9220
+
9221
+
[**AsposeResponse**](AsposeResponse.md)
9222
+
9223
+
### HTTP request headers
9224
+
9225
+
- **Content-Type**: application/json
9226
+
- **Accept**: application/json
9227
+
9228
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
0 commit comments