Search
PrintOptions.PageMarkersStyle Property
See Also
 



Gets or sets the style of the pen used to draw page marker lines.

 Syntax

VB6  Copy Code

Public Property Get PageMarkersStyle() As EPenStyle
Public Property Let PageMarkersStyle( _
    ByVal Value As EPenStyle _
)

C++  Copy Code

public:
EPenStyle get_PageMarkersStyle ()
void put_PageMarkersStyle (
    EPenStyle value
)

 Property Value

A member of the EPenStyle enumeration. The default is psSolid.

 Remarks

Possible values are psSolid, psDash, psDot, psDashDot, psDashDotDot.

 See Also