PdfWatermarkableImage

PdfWatermarkableImage constructor

Initializes a new instance of the PdfWatermarkableImage class using specified image data.

public PdfWatermarkableImage(byte[] imageData)
Parameter Type Description
imageData Byte[] The array of unsigned bytes from which to create the PdfWatermarkableImage.

See Also