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

Glossary Item Box

Description

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

Syntax

Visual Basic
Public Function PrgGetItemPenStyle( _
   ByVal layerHandle As Long, _
   ByVal seqNum As Long _
) 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.

Return Type

The enumeration NX_PenStyleType that specifies the pen style attribute.

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.