PdfImage.LoadImage Method (Boolean[,])

PDF File Writer

PdfImageLoadImage Method (Boolean)

Load image from black and white bool matrix

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void LoadImage(
	bool[,] BWImage
)

Parameters

BWImage
Type: SystemBoolean
BW bool matrix
See Also