Click or drag to resize

DocxImagingGetPictureSize Method

Gets the size of the picture.

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public static bool GetPictureSize(
	string imagepath,
	out int width,
	out int height
)

Parameters

imagepath  String
The imagepath.
width  Int32
The width.
height  Int32
The height.

Return Value

Boolean
true if XXXX, false otherwise.
See Also