![]() |
![]() |
PDFVBASettings.Bleed
Property Bleed As Integer
Member of PDFVBASettings
The Bleed property sets the bleed value, measured in tenths of a micron. In order to include a bleed for a document, the IncludeBleed property must be set to True.
The following code example creates a 1" bleed area around the page and then publishes the active document to PDF:
Sub Test() With ActiveDocument.PDFSettings IncludeBleed = True Bleed = CorelScriptTools.FromInches(1) End With ActiveDocument.PublishToPDF "C:\MyDocument.pdf" End Sub
![]() |
![]() |
![]() |
Copyright 2007 Corel Corporation. All rights reserved.