Description
Get/set crop marks color value.
Syntax
optprint.MarksColor |
optprint
print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")
Example
Dim optPrint As Editorial.PrintOptions = Nothing
optPrint = Fred.GetPDFOptions("")
optPrint.MarksColor = "100,100,100,100"
See also