Click or drag to resize

DocxImagingGetPictureSize Method

Gets the size of the picture.

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

Parameters

imagepath
Type: SystemString
The imagepath.
width
Type: SystemInt32
The width.
height
Type: SystemInt32
The height.

Return Value

Type: Boolean
true if XXXX, false otherwise.
See Also