Marks Property

Build 1501 on 14/Nov/2017  This topic last edited on: 1/Mar/2013, at 13:06

Description

Get/set status of crop and register marks.

Syntax

optprint.Marks [=] shortValue

optprint

print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")

shortValue

0: no marks

1: crop marks

2: reg. marks

3: crop and reg. marks

Example

Dim optPrint As Editorial.PrintOptions = Nothing

optPrint = Fred.GetPDFOptions("")

optPrint.Marks = 3 ' crop and reg marks

See also

MarkLenght Property

MarkMargin Property

MarksColor Property

MarkWeight Property