Aspose::BarCode::Generation::BorderParameters class

BorderParameters class

Barcode image border parameters.

class BorderParameters : public System::Object

Methods

MethodDescription
get_Color() constBorder color. Default value: Color.Black.
get_DashStyle() constBorder dash style. Default value: BorderDashStyle.Solid.
get_Visible() constBorder visibility. If false than parameter Width is always ignored (0). Default value: false.
get_Width() constBorder 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 overrideReturns a human-readable string representation of this BorderParameters.

See Also