PDF .NET Library Documentation - PDF Technologies, Inc.
Adds the specified PDFImage to the image mask.

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

Syntax

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

Parameters

Image
Type: PDFTech..::.PDFImage
The PDFImage object to add to the PDFImageMask object.

See Also