Search
PrintOptions.PageMarkersFixedHeight Property
See Also
 



Gets or sets a custom distance between horizontal page markers.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_PageMarkersFixedHeight ()
void put_PageMarkersFixedHeight (
    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 height by assigning to this property a value greater than zero.

 See Also