Click or drag to resize

PdfiumFPDFImageObj_GetPixelSize Method

Get size of the image in pixels.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFImageObj_GetPixelSize(
	IntPtr image_obj,
	out int width,
	out int height
)

Parameters

image_obj  IntPtr
The handle to an image object.
width  Int32
The width in pixels of the specified image object.
height  Int32
The height in pixels of the specified image object.

Return Value

Boolean
Returns TRUE on success; FALSE otherwise.
See Also