Aspose::BarCode::ComplexBarcode::Address::set_AddressLine2 method

Address::set_AddressLine2 method

Sets the address line 2.

void Aspose::BarCode::ComplexBarcode::Address::set_AddressLine2(System::String value)

Remarks

Address line 2 contains postal code and town.

Setting this field sets the address type to AddressType::CombinedElements unless it’s already AddressType::Structured, in which case it becomes AddressType::Conflicting.

This field is only used for combined elements addresses. For this type, it’s mandatory.

The address line 2.

See Also