MarkLenght Property

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

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

MarkMargin Property

Marks Property

MarksColor Property

MarkWeight Property