Accusoft Prizm Viewer Control v10.0
InitialImageRectangle Property
See Also  Send comments on this topic.
PrizmControl Object : InitialImageRectangle Property

Glossary Item Box

Description

Gets and sets the initial position and scaling of the image specifying image rectangle coordinates.

Property Type

Read-write property

Syntax

Visual Basic
Public Property InitialImageRectangle As String

Return Type

A string value which represents the initial position and scaling of the image specifying image rectangle coordinates.

Remarks

An example value is 0,0,0,0. The string should contain 4 numeric string values separated by commas. These values specify the image rectangle coordinates where the image rectangle is centered initially. The four values correspond to the left, top, width and height of the rectangular area.

This property is used when the ImageScalingMethod is set to PV_ScalingMethod_Rectangle (1).

Set this property in the Object/Embed tag or during the OnInitialize event.

The scope of this property depends on where it is set. For more information, refer to the Initial Property Scope topic.

See Also

©2015. Accusoft Corporation. All Rights Reserved.