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

Glossary Item Box

Description

Sets the pen style of an existing element.

Syntax

Visual Basic
Public Sub ElementSetPenStyle( _
   ByVal elementHandle As Long, _
   ByVal penStyle As NX_PenStyleType _
) 

Parameters

elementHandle
The handle of an element returned by the ElementCreate method.
penStyle
ValueDescription
NX_PenStyle_DashDash pen style.
NX_PenStyle_DashDotDash dot pen style.
NX_PenStyle_DashDotDotDash dot dot pen style.
NX_PenStyle_DotDotted pen style.
NX_PenStyle_SolidSolid pen style.

Remarks

Note: The PenStyle can be any of the NX_PenStyleType options when the pen is one pixel. The pen style can only be NX_LinePenStyle_Solid when the width is more than one pixel.

See Also

©2013. Accusoft Corporation. All Rights Reserved.