Table of Contents
PdfImageContent Constructor (PdfImage)

Create a new instance of the PdfImageContent class with the given PdfImage object.

Syntax
 public PdfImageContent(
   PdfImage image
);

Parameters

image
The PdfImage object.
See Also