Description
Get/set weight of crop marks.
Syntax
optprint.markweight |
optprint
print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")
Example
Dim optPrint As Editorial.PrintOptions = Nothing
optPrint = Fred.GetPDFOptions("")
optPrint.markweight = 500 ' 0.5pt
See also