GET api/WatermarkTemplate/GetList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseOfListOfWatermarkSettingName | Description | Type | Additional information |
---|---|---|---|
Data | Collection of WatermarkSetting |
None. |
|
IsSuccess | boolean |
None. |
|
ErrorCode | string |
None. |
|
ErrorMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": [ { "Id": 1, "TemplateName": "sample string 2", "FontFamily": "sample string 3", "FontSize": 4.1, "Bold": true, "Italic": true, "Strikeout": true, "Underline": true, "Position": "Absolute", "Opacity": 9.1, "RotateFlip": "RotateNoneFlipNone", "ScaleRatio": 10.1, "FontColor": "sample string 11", "DrawText": "sample string 12", "DrawImageFile": "sample string 13", "IsDrawImage": true, "Left": 15, "Right": 16, "Top": 17, "Bottom": 18, "CreateTime": "2024-12-22 00:43:24", "ReproductionWidth": 20, "ReproductionHeight": 21 }, { "Id": 1, "TemplateName": "sample string 2", "FontFamily": "sample string 3", "FontSize": 4.1, "Bold": true, "Italic": true, "Strikeout": true, "Underline": true, "Position": "Absolute", "Opacity": 9.1, "RotateFlip": "RotateNoneFlipNone", "ScaleRatio": 10.1, "FontColor": "sample string 11", "DrawText": "sample string 12", "DrawImageFile": "sample string 13", "IsDrawImage": true, "Left": 15, "Right": 16, "Top": 17, "Bottom": 18, "CreateTime": "2024-12-22 00:43:24", "ReproductionWidth": 20, "ReproductionHeight": 21 } ], "IsSuccess": true, "ErrorCode": "sample string 2", "ErrorMessage": "sample string 3" }