Skip to main content
A newer version of this page is available. .

ZipCodeBrick Class

A visual brick that contains a zip code.

Namespace: DevExpress.XtraPrinting

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

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.

Implements

Inheritance

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