Click or drag to resize

IBitmapImageIsTopDown Property

Gets a value indicating whether this image is top down.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
bool IsTopDown { get; }

Property Value

Type: Boolean
true if this image is top down; otherwise, false.
See Also