Accusoft NotateXpress 12
ElementSetAutoSize Method
See Also  Send comments on this topic.
elementHandle
The handle of an element returned by the ElementCreate method.
AutoSize
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : ElementSetAutoSize Method

Glossary Item Box

Description

Sets the autosize attribute of an existing element.  AutoSize controls how the bounding box is sized for text, buttons, stamps, and images.

Syntax

Visual Basic
Public Sub ElementSetAutoSize( _
   ByVal elementHandle As Long, _
   ByVal AutoSize As NX_AutoSizeType _
) 

Parameters

elementHandle
The handle of an element returned by the ElementCreate 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.