The PdfDocument type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | CloseExternalDocuments |
Indicates if the external documents added to this document are closed when this document is closed.
This property is false by default
|
![]() | Compress |
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
|
![]() | Fonts |
The PDF document fonts
|
![]() | Footer |
The PDF document footer. The CreateFooterCanvas(Single, Single) method can be used to create an object of PdfDocumentFooter type
|
![]() | Form |
The PDF form of this PDF document
|
![]() | Header |
The PDF document header. The CreateHeaderCanvas(Single, Single) method can be used to create an object of PdfDocumentHeader type
|
![]() | ImagesCompression |
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
|
![]() | Margins |
The PDF document margins
|
![]() | Outlines |
The collection of top level outlines. The children of a top level outline can be accessed
with ChildOutlines property of PdfOutline
|
![]() | Pages |
The PDF document pages
|
![]() | Properties |
Controls the title, subject, keywords, author and the creation date of the PDF document
|
![]() | RenderWithTransparency |
Indicates if the resulted PDF can contain transparent objects. This property is true by default
|
![]() | RepeatCanvases |
The collection of canvases to be repeated on each PDF page
|
![]() | Security |
Exposes an object to control the PDF document security
|
![]() | SerialNumber |
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
|
![]() | TableOfContents |
Controls the automatically generated table of the contents for the converted HTML document
|
![]() | Viewer |
Controls the PDF viewer preferences
|
See Also