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

Glossary Item Box

Description

Sets the pen fill style of an existing element.

Syntax

Visual Basic
Public Sub ElementSetPenFillStyle( _
   ByVal elementHandle As Long, _
   ByVal penFillStyle As NX_PenFillStyleType _
) 

Parameters

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

©2013. Accusoft Corporation. All Rights Reserved.