HiQPdf Documentation

PdfDocument Properties

Quickly Create High Quality PDFs

The PdfDocument type exposes the following members.

Properties

  NameDescription
Public propertyCloseExternalDocuments
Indicates if the external documents added to this document are closed when this document is closed. This property is false by default
Public propertyCompress
This property controls the content streams compression in the PDF document. By default the content streams are compressed to reduce the size of the generated PDF document
Public propertyFonts
The PDF document fonts
Public propertyFooter
The PDF document footer. The CreateFooterCanvas(Single, Single) method can be used to create an object of PdfDocumentFooter type
Public propertyForm
The PDF form of this PDF document
Public propertyHeader
The PDF document header. The CreateHeaderCanvas(Single, Single) method can be used to create an object of PdfDocumentHeader type
Public propertyImagesCompression
Controls the images compression percentage in the PDF document on a scale from 0 to 100. A 0 compression produces the best quality images which leads to larger PDF documents while a 100 compression produces low quality images and small PDF documents
Public propertyMargins
The PDF document margins
Public propertyOutlines
The collection of top level outlines. The children of a top level outline can be accessed with ChildOutlines property of PdfOutline
Public propertyPages
The PDF document pages
Public propertyProperties
Controls the title, subject, keywords, author and the creation date of the PDF document
Public propertyRenderWithTransparency
Indicates if the resulted PDF can contain transparent objects. This property is true by default
Public propertyRepeatCanvases
The collection of canvases to be repeated on each PDF page
Public propertySecurity
Exposes an object to control the PDF document security
Public propertySerialNumber
The serial number obtained after product purchase. Must be set before writing the document. If it is not set the library will work in evaluation mode
Public propertyTableOfContents
Controls the automatically generated table of the contents for the converted HTML document
Public propertyViewer
Controls the PDF viewer preferences
Top
See Also

Reference