Accusoft ImagXpress 12
Picture Property
See Also  Example  Send comments on this topic.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : Picture Property

Glossary Item Box

Description

Gets and sets a bitmap to display in the control.

Property Type

Read-write property

Syntax

Visual Basic
Public Property Picture As Picture

Return Type

A Picture object which represents the BMP image to display in the control.

Remarks

When an image is loaded using the FileName property, the Picture property is set to a bitmap of the image. The ImagXpress Picture property only supports picture type BITMAP. It does not support ICON or METAFILE.

When an image is loaded using the Picture property, the image is converted to a Device Independent Bitmap (DIB). The hDIB property is set to the handle of DIB. If an Undo DIB resides in memory, it is deleted and the hDIBUndo property is set to NULL.

Example

Visual BasicCopy Code

See Also

©2013. Accusoft Corporation. All Rights Reserved.