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

Glossary Item Box

Description

Sets the pen style for a specific element for the specific layer.

Syntax

Visual Basic
Public Sub PrgSetItemPenStyle( _
   ByVal layerHandle As Long, _
   ByVal seqNum As Long, _
   ByVal penStyle As NX_PenStyleType _
) 

Parameters

layerHandle
The handle of a layer returned by the CreateLayer method.
seqNum
The handle of an element returned by the ElementAppend 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 anything when the pen is one pixel. The PenStyle can only be NX_PenStyle_Solid when the width is more than one pixel.

See Also

©2013. Accusoft Corporation. All Rights Reserved.