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 PdfContext |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class PdfContext |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
PdfContext |
Initializes a new instance of the PdfContext class.
|
Public Methods
Name | Description | |
---|---|---|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
Equals | (Inherited from Object.) | |
Execute |
Executes the specified commands.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Save |
Writes the generated pdf to specified output streams.
|
|
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize |
Releases unmanaged resources and performs other cleanup operations before the
PdfContext is reclaimed by garbage collection.
(Overrides Object..::Finalize()()()().) |
|
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
ResponseInfo |
Gets the response info.
|
See Also
Smartsite.Pdf Namespace