![]() |
![]() |
PDFVBASettings.DensitometerScales
Property DensitometerScales As Boolean
Member of PDFVBASettings
The DensitometerScales property determines whether densitometer scales are included in the final document when publishing to PDF.
The following code example publishes the document to PDF. Crop marks, densitometer scales, file information, and color registration marks are included in the PDF.
Sub Test() With ActiveDocument.PDFSettings .CropMarks = True .DensitometerScales = True .FileInformation = True .RegistrationMarks = True End With ActiveDocument.PublishToPDF "C:\MyDocument.pdf" End Sub
![]() |
![]() |
![]() |
Copyright 2007 Corel Corporation. All rights reserved.