Description
Get/set the length of the mark rules. Default is 15pt.
This is available in the version 1.6 or newer.
Syntax
optprint.MarkLength = iValue |
optprint
print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")
iValue
marks length, expressed in millipoints
Example
Dim optPrint As Editorial.PrintOptions = Fred.GetPDFOptions("")
optPrint.MarkLenght = 20000 'mpt value
See also