bitmapItem.vPixels

#### Availability

Flash CS6 Professional.

#### Usage

bitmapItem.vPixels

#### Description

Read-only property; an int that specifies the height of the bitmap, in pixels.

#### Example

javascript
The following code illustrates use of this property.

// get the number of pixels in the vertical dimension
var bmitemObj = fl.getDocumentDOM().library.items[0];
var numHorizontalPixels = bmitemObj.vPixels;


#### See also

bitmapItem.hPixels (../BitmapItem_object/bitmapIte5.md)