Skip to main content

IPrintingSystem.Version Property

Identifies the XtraPrinting Library version.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

string Version { get; }

Property Value

Type Description
String

A text string representing XtraPrinting Library‘s version info.

Remarks

Different versions of the XtraPrinting Library provide different functionality. For instance, several features may be available only beginning with a specific version. Use the Version property to decide whether the required functionality is available in the current build of the XtraPrinting Library.

See Also