|
31 | 31 | { |
32 | 32 | "name": "dataType", |
33 | 33 | "in": "query", |
34 | | - "description": "Type of data to encode.\r\nDefault value: StringData.", |
| 34 | + "description": "Type of data to encode.\nDefault value: StringData.", |
35 | 35 | "schema": { |
36 | 36 | "$ref": "#/components/schemas/EncodeDataType" |
37 | 37 | } |
|
48 | 48 | { |
49 | 49 | "name": "imageFormat", |
50 | 50 | "in": "query", |
51 | | - "description": "Barcode output image format.\r\nDefault value: png", |
| 51 | + "description": "Barcode output image format.\nDefault value: png", |
52 | 52 | "schema": { |
53 | 53 | "$ref": "#/components/schemas/BarcodeImageFormat" |
54 | 54 | } |
55 | 55 | }, |
56 | 56 | { |
57 | 57 | "name": "textLocation", |
58 | 58 | "in": "query", |
59 | | - "description": "Specify the displaying Text Location, set to CodeLocation.None to hide CodeText.\r\nDefault value: Depends on BarcodeType. CodeLocation.Below for 1D Barcodes. CodeLocation.None for 2D Barcodes.", |
| 59 | + "description": "Specify the displaying Text Location, set to CodeLocation.None to hide CodeText.\nDefault value: Depends on BarcodeType. CodeLocation.Below for 1D Barcodes. CodeLocation.None for 2D Barcodes.", |
60 | 60 | "schema": { |
61 | 61 | "$ref": "#/components/schemas/CodeLocation" |
62 | 62 | } |
63 | 63 | }, |
64 | 64 | { |
65 | 65 | "name": "foregroundColor", |
66 | 66 | "in": "query", |
67 | | - "description": "Specify the displaying bars and content Color.\r\nValue: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #.\r\nFor example: AliceBlue or #FF000000\r\nDefault value: Black.", |
| 67 | + "description": "Specify the displaying bars and content Color.\nValue: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #.\nFor example: AliceBlue or #FF000000\nDefault value: Black.", |
68 | 68 | "schema": { |
69 | 69 | "type": "string", |
70 | 70 | "default": "Black" |
|
73 | 73 | { |
74 | 74 | "name": "backgroundColor", |
75 | 75 | "in": "query", |
76 | | - "description": "Background color of the barcode image.\r\nValue: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #.\r\nFor example: AliceBlue or #FF000000\r\nDefault value: White.", |
| 76 | + "description": "Background color of the barcode image.\nValue: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #.\nFor example: AliceBlue or #FF000000\nDefault value: White.", |
77 | 77 | "schema": { |
78 | 78 | "type": "string", |
79 | 79 | "default": "White" |
|
90 | 90 | { |
91 | 91 | "name": "resolution", |
92 | 92 | "in": "query", |
93 | | - "description": "Resolution of the BarCode image.\r\nOne value for both dimensions.\r\nDefault value: 96 dpi.\r\nDecimal separator is dot.", |
| 93 | + "description": "Resolution of the BarCode image.\nOne value for both dimensions.\nDefault value: 96 dpi.\nDecimal separator is dot.", |
94 | 94 | "schema": { |
95 | 95 | "maximum": 100000, |
96 | 96 | "minimum": 1, |
|
101 | 101 | { |
102 | 102 | "name": "imageHeight", |
103 | 103 | "in": "query", |
104 | | - "description": "Height of the barcode image in given units. Default units: pixel.\r\nDecimal separator is dot.", |
| 104 | + "description": "Height of the barcode image in given units. Default units: pixel.\nDecimal separator is dot.", |
105 | 105 | "schema": { |
106 | 106 | "type": "number", |
107 | 107 | "format": "float" |
|
110 | 110 | { |
111 | 111 | "name": "imageWidth", |
112 | 112 | "in": "query", |
113 | | - "description": "Width of the barcode image in given units. Default units: pixel.\r\nDecimal separator is dot.", |
| 113 | + "description": "Width of the barcode image in given units. Default units: pixel.\nDecimal separator is dot.", |
114 | 114 | "schema": { |
115 | 115 | "type": "number", |
116 | 116 | "format": "float" |
|
119 | 119 | { |
120 | 120 | "name": "rotationAngle", |
121 | 121 | "in": "query", |
122 | | - "description": "BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation.\r\nIf RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image.\r\nDefault value: 0.", |
| 122 | + "description": "BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation.\nIf RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image.\nDefault value: 0.", |
123 | 123 | "schema": { |
124 | 124 | "type": "integer", |
125 | 125 | "format": "int32" |
|
255 | 255 | }, |
256 | 256 | "foregroundColor": { |
257 | 257 | "type": "string", |
258 | | - "description": "Specify the displaying bars and content Color.\r\nValue: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #.\r\nFor example: AliceBlue or #FF000000\r\nDefault value: Black.", |
| 258 | + "description": "Specify the displaying bars and content Color.\nValue: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #.\nFor example: AliceBlue or #FF000000\nDefault value: Black.", |
259 | 259 | "default": "Black" |
260 | 260 | }, |
261 | 261 | "backgroundColor": { |
262 | 262 | "type": "string", |
263 | | - "description": "Background color of the barcode image.\r\nValue: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #.\r\nFor example: AliceBlue or #FF000000\r\nDefault value: White.", |
| 263 | + "description": "Background color of the barcode image.\nValue: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #.\nFor example: AliceBlue or #FF000000\nDefault value: White.", |
264 | 264 | "default": "White" |
265 | 265 | }, |
266 | 266 | "units": { |
|
270 | 270 | "maximum": 100000, |
271 | 271 | "minimum": 1, |
272 | 272 | "type": "number", |
273 | | - "description": "Resolution of the BarCode image.\r\nOne value for both dimensions.\r\nDefault value: 96 dpi.\r\nDecimal separator is dot.", |
| 273 | + "description": "Resolution of the BarCode image.\nOne value for both dimensions.\nDefault value: 96 dpi.\nDecimal separator is dot.", |
274 | 274 | "format": "float" |
275 | 275 | }, |
276 | 276 | "imageHeight": { |
277 | 277 | "type": "number", |
278 | | - "description": "Height of the barcode image in given units. Default units: pixel.\r\nDecimal separator is dot.", |
| 278 | + "description": "Height of the barcode image in given units. Default units: pixel.\nDecimal separator is dot.", |
279 | 279 | "format": "float" |
280 | 280 | }, |
281 | 281 | "imageWidth": { |
282 | 282 | "type": "number", |
283 | | - "description": "Width of the barcode image in given units. Default units: pixel.\r\nDecimal separator is dot.", |
| 283 | + "description": "Width of the barcode image in given units. Default units: pixel.\nDecimal separator is dot.", |
284 | 284 | "format": "float" |
285 | 285 | }, |
286 | 286 | "rotationAngle": { |
287 | 287 | "type": "integer", |
288 | | - "description": "BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation.\r\nIf RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image.\r\nDefault value: 0.", |
| 288 | + "description": "BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation.\nIf RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image.\nDefault value: 0.", |
289 | 289 | "format": "int32" |
290 | 290 | } |
291 | 291 | } |
|
1237 | 1237 | }, |
1238 | 1238 | "foregroundColor": { |
1239 | 1239 | "type": "string", |
1240 | | - "description": "Specify the displaying bars and content Color.\r\nValue: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #.\r\nFor example: AliceBlue or #FF000000\r\nDefault value: Black.", |
| 1240 | + "description": "Specify the displaying bars and content Color.\nValue: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #.\nFor example: AliceBlue or #FF000000\nDefault value: Black.", |
1241 | 1241 | "default": "Black", |
1242 | 1242 | "nullable": true, |
1243 | 1243 | "xml": { |
|
1246 | 1246 | }, |
1247 | 1247 | "backgroundColor": { |
1248 | 1248 | "type": "string", |
1249 | | - "description": "Background color of the barcode image.\r\nValue: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #.\r\nFor example: AliceBlue or #FF000000\r\nDefault value: White.", |
| 1249 | + "description": "Background color of the barcode image.\nValue: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #.\nFor example: AliceBlue or #FF000000\nDefault value: White.", |
1250 | 1250 | "default": "White", |
1251 | 1251 | "nullable": true, |
1252 | 1252 | "xml": { |
|
1260 | 1260 | "maximum": 100000, |
1261 | 1261 | "minimum": 1, |
1262 | 1262 | "type": "number", |
1263 | | - "description": "Resolution of the BarCode image.\r\nOne value for both dimensions.\r\nDefault value: 96 dpi.\r\nDecimal separator is dot.", |
| 1263 | + "description": "Resolution of the BarCode image.\nOne value for both dimensions.\nDefault value: 96 dpi.\nDecimal separator is dot.", |
1264 | 1264 | "format": "float", |
1265 | 1265 | "nullable": true, |
1266 | 1266 | "xml": { |
|
1270 | 1270 | }, |
1271 | 1271 | "imageHeight": { |
1272 | 1272 | "type": "number", |
1273 | | - "description": "Height of the barcode image in given units. Default units: pixel.\r\nDecimal separator is dot.", |
| 1273 | + "description": "Height of the barcode image in given units. Default units: pixel.\nDecimal separator is dot.", |
1274 | 1274 | "format": "float", |
1275 | 1275 | "nullable": true, |
1276 | 1276 | "xml": { |
|
1280 | 1280 | }, |
1281 | 1281 | "imageWidth": { |
1282 | 1282 | "type": "number", |
1283 | | - "description": "Width of the barcode image in given units. Default units: pixel.\r\nDecimal separator is dot.", |
| 1283 | + "description": "Width of the barcode image in given units. Default units: pixel.\nDecimal separator is dot.", |
1284 | 1284 | "format": "float", |
1285 | 1285 | "nullable": true, |
1286 | 1286 | "xml": { |
|
1290 | 1290 | }, |
1291 | 1291 | "rotationAngle": { |
1292 | 1292 | "type": "integer", |
1293 | | - "description": "BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation.\r\nIf RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image.\r\nDefault value: 0.", |
| 1293 | + "description": "BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation.\nIf RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image.\nDefault value: 0.", |
1294 | 1294 | "format": "int32", |
1295 | 1295 | "nullable": true, |
1296 | 1296 | "xml": { |
|
0 commit comments