PrintCompositeEventArgs.CompositeIndex Property |
Gets the index of the image on the specific page.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic int CompositeIndex { get; }
Public ReadOnly Property CompositeIndex As Integer
Get
Property Value
Type:
Int32 The index of the image on the specific page.
Remarks This is the zero based index of the image, usually printed from left to right, top to bottom, but in the
case of landscape, the order is bottom to top, left to right.
See Also