Aspose::BarCode::ComplexBarcode::Address::set_AddressLine1 method

Address::set_AddressLine1 method

Sets the address line 1.

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

Remarks

Address line 1 contains street name, house number or P.O. box.

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 and is optional.

The address line 1.

See Also