Description
Get/set the margin of crop marks.
Syntax
optprint.MarkMargin |
optprint
print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")
Example
Dim optPrint As Editorial.PrintOptions = Nothing
optPrint = Fred.GetPDFOptions("")
optPrint.MarkMargin = 12000 '12 pt
See also