Gets or sets a custom distance between horizontal page markers.
SyntaxVB6
Copy Code
|
|---|
Public Property Get PageMarkersFixedHeight() As Long |
C++
Copy Code
|
|---|
public: |
A long value. The default is -1.
RemarksUsually 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