Previous Document Next Document
PrintPostScript.ScreenFrequency

Property ScreenFrequency As Long

Member of PrintPostScript

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

The following code 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 2007 Corel Corporation. All rights reserved.