Click or drag to resize

CPDFWatermarkSetImage Method (Byte, Int32, Int32)

Sets image watermark with Bitmap by pixel.

Namespace:  ComPDFKit.PDFWatermark
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool SetImage(
	byte[] imageData,
	int imageWidth,
	int imageHeight
)

Parameters

imageData
Type: SystemByte
Image resource.
imageWidth
Type: SystemInt32
Image width.
imageHeight
Type: SystemInt32
Image height.

Return Value

Type: Boolean
Whether to successfully set image watermark with Bitmap by pixel.
See Also