This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class PdfModule |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class PdfModule |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
PdfModule |
Public Methods
Name | Description | |
---|---|---|
CreatePdfFilter |
Creates the pdf filter for the current HTTP request.
|
|
Dispose |
Disposes of the resources (other than memory) used by the module that implements IHttpModule.
|
|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Init |
Initializes a module and prepares it to handle requests.
|
|
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Smartsite.Pdf Namespace