Search
PrintOptions.PageMarkersFixedWidth Property
See Also
 



Gets or sets a custom distance between vertical page markers.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_PageMarkersFixedWidth ()
void put_PageMarkersFixedWidth (
    int value
)

 Property Value

A long value. The default is -1.

 Remarks

Usually page extents are queried from the default printer, but you might specify your own page width by assigning to this property a value greater than zero.

 See Also