Accusoft NotateXpress 13
PrgSetItemPenFillStyle Method
The handle of a layer returned by the CreateLayer method.
The handle of an element returned by the ElementAppend method.
Description
Sets the pen fill style for a specific element for the specific layer.
Syntax
Visual Basic
Public Sub PrgSetItemPenFillStyle( _
   ByVal layerHandle As Long, _
   ByVal seqNum As Long, _
   ByVal penFillStyle As NX_PenFillStyleType _
) 
Parameters
layerHandle
The handle of a layer returned by the CreateLayer method.
seqNum
The handle of an element returned by the ElementAppend method.
penFillStyle
ValueDescription
NX_PenFill_InvertThe line style is inverted (reverse color values of the image behind it, pixel for pixel).
NX_PenFill_OpaqueThe line style is opaque (A solid color).
NX_PenFill_TranslucentThe line style is translucent (Part way between solid and see through).
Remarks
Note: An inverted line of black will not display the line, only the image underneath.
See Also

NotateXpress Object  | NotateXpress Members  | Modifying Existing Annotations

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback