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.v20.1.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.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