Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 713 Bytes

CaptionParams.md

File metadata and controls

15 lines (12 loc) · 713 Bytes

Aspose.BarCode.Cloud.Sdk.Model.CaptionParams

Caption

Properties

Name Type Description Notes
Text string Caption text. [optional]
Alignment TextAlignment Text alignment. [optional]
Color string Text color. Default value: black Use named colors like: red, green, blue Or HTML colors like: #FF0000, #00FF00, #0000FF [optional]
Visible bool? Is caption visible. [optional]
Font FontParams Font. [optional]
Padding Padding Padding. [optional]
NoWrap bool? Specify word wraps (line breaks) within text. Default value: false. [optional]