PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Initializes a new instance of the PdfContext class.

Namespace: Smartsite.Pdf
Assembly:  Smartsite.Pdf (in Smartsite.Pdf.dll)

Syntax

C#Copy imageCopy Code
public PdfContext2(
	 input,
	 responseInfo
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub New ( _
	input As , _
	responseInfo As  _
)

Parameters

input
Stream
The input.
responseInfo
ResponseInfo
The response info.

See Also

Smartsite.Pdf Namespace
Advanced