This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Smartsite PDF generator.

Syntax

C# Copy imageCopy Code
                          namespace Smartsite.Pdf
Visual Basic (Declaration) Copy imageCopy Code
                          Namespace Smartsite.Pdf

Classes

  Class Description
Public class PdfCommandConsumer
Implements the PDf command consumer.
Public class PdfCommandFactory
Creates PDf commands based on web request and configuration data.
Public class PdfContext
Provides the context for the execution of pdf commands.
Public class PdfContext2
Provides the context for the execution of pdf commands.
Public class PdfFilterStream
Implements the stream for filtering HTML output.
Public class PdfModule
Generates PDF from HTML output
Public class PdfSettings
Provides PDF generation settings.
Public class PdfUtility
Provides various PDF utility functions

Interfaces

  Interface Description
Public interface IPdfContext
Provides the context for the execution of pdf commands.
Advanced