Accusoft NotateXpress 12
PrgSetItemAutoSize 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.
AutoSize
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : PrgSetItemAutoSize Method

Glossary Item Box

Description

Sets the autosize attribute for a specific element for the specific layer.  AutoSize controls how the bounding box is sized for text, buttons, stamps, and images.

Syntax

Visual Basic
Public Sub PrgSetItemAutoSize( _
   ByVal layerHandle As Long, _
   ByVal seqNum As Long, _
   ByVal AutoSize As NX_AutoSizeType _
) 

Parameters

layerHandle
The handle of a layer returned by the CreateLayer method.
seqNum
The handle of an element returned by the ElementAppend method.
AutoSize
ValueDescription
NX_NoAutoSizeDo not automatically size the bounding box.
NX_SizeToContentsAutomatically size according to the contents.

See Also

©2013. Accusoft Corporation. All Rights Reserved.