Gets or sets a custom distance between vertical page markers.
SyntaxVB6
Copy Code
|
|---|
Public Property Get PageMarkersFixedWidth() 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 width by assigning to this property a value greater than zero.
See Also