XBitmapImageCreateBitmap Method Terminal Works - PDF Printing.Net Library
Creates a default 24 bit ARGB bitmap with the specified pixel size.

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public static XBitmapSource CreateBitmap(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32

Return Value

Type: XBitmapSource
See Also

Reference