Accusoft PrintPRO 7
PictureHeight Property
See Also  Send Feedback
AccusoftPrintPro7 ActiveX DLL > PrintPro Object : PictureHeight Property

Glossary Item Box

Description

Gets the height of the bitmap defined by the Picture property in printer units defined by the ScaleMode property.

Property Type

Read-only property

Syntax

Visual Basic
Public Property PictureHeight As Single

Remarks

Not available at design time.

A bitmap image must be loaded into the control using the Picture property.

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.

Example

Not available at design time.

A bitmap image must be loaded into the control using the Picture property.

You can use the PictureHeight and PictureWidth properties to print the image using the PrintPicture method as follows:

object.ScaleMode = 1

object.PrintPicture 0, 0, object.PictureWidth, object.PictureHeight

See Also

©2013. Accusoft Corporation. All Rights Reserved.