Back to Devexpress

BarCode.IsPrintingAvailable Property

officefileapi-devexpress-dot-barcodes-dot-barcode-4e1a653e.md

latest1.5 KB
Original Source

BarCode.IsPrintingAvailable Property

Indicates whether the bar code can be printed and exported to PDF.

Namespace : DevExpress.BarCodes

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public bool IsPrintingAvailable { get; }
vb
Public ReadOnly Property IsPrintingAvailable As Boolean

Property Value

TypeDescription
Boolean

true , if the control can be printed and exported; otherwise, false.

|

Remarks

The bar code can be printed and exported in various formats if the XtraPrinting Library is available on the end-user machine. To print the bar code, use the BarCode.Print method.

See Also

Print()

ShowPrintPreview()

BarCode Class

BarCode Members

DevExpress.BarCodes Namespace