Skip to main content

ZipCodeBrick Class

A visual brick that contains a zip code.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[BrickExporter(typeof(ZipCodeBrickExporter))]
public class ZipCodeBrick :
    TextBrickBase

Remarks

ZipCodeBrick is used to insert a zip code into a document.

zipcodebrick

The zip code is specified via the VisualBrick.Text and ZipCodeBrick.SegmentWidth properties.

Inheritance

Object
DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase
See Also