![]() |
![]() |
PrintPostScript.PDFHyperlinks
Property PDFHyperlinks As Boolean
Member of PrintPostScript
The PDFHyperlinks property determines whether hyperlinks are included in the resulting PDF file when a CorelDRAW PostScript file is distilled to a PDF file.
The following example sets options for a PDF file that is distilled from a CorelDRAW PostScript file. The resulting PDF file displays the document outlines on startup in Adobe Acrobat and contains hyperlinks and bookmarks.
Sub TestPDF() With ActiveDocument.PrintSettings.PostScript .PDFStartup = prnPDFOutlines .PDFBookmarks = True .PDFHyperlinks = True End With End Sub
![]() |
![]() |
![]() |
Copyright 2007 Corel Corporation. All rights reserved.