AccusoftNotateXpress13 ActiveX DLL > NotateXpress Object : PrgSetItemPenFillStyle Method |
Visual Basic |
---|
Public Sub PrgSetItemPenFillStyle( _ ByVal layerHandle As Long, _ ByVal seqNum As Long, _ ByVal penFillStyle As NX_PenFillStyleType _ ) |
Value | Description |
---|---|
NX_PenFill_Invert | The line style is inverted (reverse color values of the image behind it, pixel for pixel). |
NX_PenFill_Opaque | The line style is opaque (A solid color). |
NX_PenFill_Translucent | The line style is translucent (Part way between solid and see through). |