Back to Devexpress

CustomDrawBackgroundEventArgs.PrintIndex Property

windowsforms-devexpress-dot-xtradiagram-dot-customdrawbackgroundeventargs-464255ee.md

latest1.3 KB
Original Source

CustomDrawBackgroundEventArgs.PrintIndex Property

Gets the zero-based index of the page that is currently being rendered when printing the diagram.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
public int? PrintIndex { get; }
vb
Public ReadOnly Property PrintIndex As Integer?

Property Value

TypeDescription
Nullable<Int32>

A zero-based index of the page that is currently being rendered.

|

Remarks

Returns null when the background is not rendered for printing.

See Also

CustomDrawBackgroundEventArgs Class

CustomDrawBackgroundEventArgs Members

DevExpress.XtraDiagram Namespace