Search
PrintOptions.PageMarkersWidth Property
See Also
 



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

 Syntax

VB6  Copy Code

Public Property Get PageMarkersWidth() As Long
Public Property Let PageMarkersWidth( _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_PageMarkersWidth ()
void put_PageMarkersWidth (
    int value
)

 Property Value

A long value. The default is 1.

 See Also