|
PDF Options |
Top Previous Next |
|
Property PageMode By modifying this property you can select how the PDF file has to be displayed when the reader opens it.
Property Info This property contains several sub properties, the fields which are used for the document info of the created PDF file. This information can be viewed in the PDF reader under 'Document Properties'. It is not printed.
wPDF V3: Please note that for historic reasons the property Info.Producer modifies the "Creator" entry in the PDF file. The entry "Producer" will be always set to "wPDF4 by WPCubed GmbH".
Property CreateThumbnails If this property is TRUE the PDF export component will create thumbnails in the PDF file.
Please note the the Acrobat(R) Reader Version 5 will create thumbnails automatically if none are found in a PDF document. This thumbnails have a high resolution since they are created using the complete information of a page.
Property Options wpCreateAutoLinks - if active the PDF engine will create web links over text which starts with http://. This makes it easy to create a link to a web page. Canvas.TextOut(10,20,'http://www.wptools.de'); Please note that the autolink feature requires that the complete link is printed at once. Links which are inside longer text strings are not recognized. Note: You can always create links using the SetLinkArea procedure.
|