C#
VB
C++
Collection of flags indicating various options for the bitmap.
public RasterPaintDibInfoFlags Flags { get; set; }
Public Property Flags As Leadtools.Drawing.RasterPaintDibInfoFlags
public:
property Leadtools.Drawing.RasterPaintDibInfoFlags Flags {
Leadtools.Drawing.RasterPaintDibInfoFlags get();
void set ( Leadtools.Drawing.RasterPaintDibInfoFlags );
}
See the RasterPaintDibInfoFlags enumeration for possible values.
Use these flags to indicate whether the image data does not use the whole range (for example the low 12 bits for 16-bit image data).
For an example, refer to RasterPaintDibInfo.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET