| DocxImagingGetPictureSize Method |
Gets the size of the picture.
Namespace: QsGemBox.DocxAssembly: 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
)
Public Shared Function GetPictureSize (
imagepath As String,
<OutAttribute> ByRef width As Integer,
<OutAttribute> ByRef height As Integer
) As Boolean
public:
static bool GetPictureSize(
String^ imagepath,
[OutAttribute] int% width,
[OutAttribute] int% height
)
static member GetPictureSize :
imagepath : string *
width : int byref *
height : int byref -> bool
Parameters
- imagepath String
- The imagepath.
- width Int32
- The width.
- height Int32
- The height.
Return Value
Booleantrue if XXXX,
false otherwise.
See Also