Accusoft NotateXpress 12
PrgSetItemRect Method
See Also  Send comments on this topic.
layerHandle
The handle of a layer returned by the CreateLayer method.
seqNum
The handle of an element returned by the ElementAppend method.
left

The new left coordinate of the bounding rectangle.

top

The new top coordinate of the bounding rectangle.

right

The new right coordinate of the bounding rectangle.

bottom

The new bottom coordinate of the bounding rectangle.

AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : PrgSetItemRect Method

Glossary Item Box

Description

Sets the bounding rectangle for a specific element for the specific layer.

Syntax

Visual Basic
Public Sub PrgSetItemRect( _
   ByVal layerHandle As Long, _
   ByVal seqNum As Long, _
   ByVal left As Long, _
   ByVal top As Long, _
   ByVal right As Long, _
   ByVal bottom As Long _
) 

Parameters

layerHandle
The handle of a layer returned by the CreateLayer method.
seqNum
The handle of an element returned by the ElementAppend method.
left

The new left coordinate of the bounding rectangle.

top

The new top coordinate of the bounding rectangle.

right

The new right coordinate of the bounding rectangle.

bottom

The new bottom coordinate of the bounding rectangle.

See Also

©2013. Accusoft Corporation. All Rights Reserved.