Gets the width of the bitmap defined by the hDIB property in printer units defined by the ScaleMode property. Not available at design time.
Read-only property
Visual Basic |
---|
Public Property DIBWidth As Single |
A single value which represents the width of the bitmap defined by the hDIB.
Not available at design time. Printer units are different than screen units. For example, an image that is 320x240 screen pixels on a 600dpi printer would be 2000x1500 printer pixels.