PDF .NET Library Documentation - PDF Technologies, Inc.
Initializes a new instance of the PDFImage class

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public PDFImage(
	Bitmap Image
)
Visual Basic (Declaration)
Public Sub New ( _
	Image As Bitmap _
)
Visual C++
public:
PDFImage(
	Bitmap^ Image
)

Parameters

Image
Type: System.Drawing..::.Bitmap

See Also