Previous Document Next Document

Object Model Reference : Classes : P : PrintPostScript : Properties : PrintPostScript.ScreenFrequency


PrintPostScript.ScreenFrequency

Property ScreenFrequency As Long

Description

Member of PrintPostScript

The ScreenFrequency property returns or specifies the basic halftone-screen frequency of a print job in lines per inch (lpi).

VBA example

The following VBA example sets the screen frequency to 120 lpi.

Sub Test()
 With ActiveDocument.PrintSettings.PostScript
  .ScreenFrequency = 120
 End With
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.