![]() |
![]() |
PrintPrepress.RegistrationMarks
Property RegistrationMarks As Boolean
Member of PrintPrepress
The RegistrationMarks property determines whether registration marks are printed. You can use the RegistrationStyle property to choose the style of the registration marks.
The following code example specifies that Corel registration marks print within the page. It displays the Print dialog box and then prints the document.
Sub Test() With ActiveDocument With .PrintSettings.Prepress .RegistrationMarks = True .RegistrationStyle = prnCorel End With .PrintSettings.Options.MarksToPage = True .PrintSettings.ShowDialog .PrintOut End With End Sub
![]() |
![]() |
![]() |
Copyright 2007 Corel Corporation. All rights reserved.