Aspose::BarCode::Generation::BorderParameters class
Contents
[
Hide
]BorderParameters class
Barcode image border parameters.
class BorderParameters : public System::Object
Methods
Method | Description |
---|---|
get_Color() const | Border color. Default value: Color.Black. |
get_DashStyle() const | Border dash style. Default value: BorderDashStyle.Solid. |
get_Visible() const | Border visibility. If false than parameter Width is always ignored (0). Default value: false. |
get_Width() const | Border width. Default value: 0. Ignored if Visible is set to false. |
set_Color(System::Drawing::Color) | Border color. Default value: Color.Black. |
set_DashStyle(BorderDashStyle) | Border dash style. Default value: BorderDashStyle.Solid. |
set_Visible(bool) | Border visibility. If false than parameter Width is always ignored (0). Default value: false. |
set_Width(System::SharedPtr<Unit>) | Border width. Default value: 0. Ignored if Visible is set to false. |
ToString() const override | Returns a human-readable string representation of this BorderParameters. |
See Also
- Namespace Aspose::BarCode::Generation
- Library Aspose.BarCode for C++