Initializes a new instance of the PdfToImageHandler class.

Namespace: TallComponents.Web.Pdf
Assembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0

Syntax

C#
public PdfToImageHandler(
	IPdfStorage storage
)
Visual Basic
Public Sub New ( _
	storage As IPdfStorage _
)
Visual C++
public:
PdfToImageHandler(
	IPdfStorage^ storage
)

Parameters

storage
Type: TallComponents.Web.Storage..::..IPdfStorage
The PDF storage provider to use.

See Also