Click or drag to resize

Clipboard.GetItemSize Method (Typed)

X#
Retrieve the size of the item in the clipboard, specifying either a string or a bitmap object.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetItemSize(
	kFormat AS LONG
) AS LONG
Request Example View Source

Parameters

kFormat
Type: Long
The type of item to retrieve, specified as one of the following constants:
ConstantDescription
BITMAPFORMATThe item is a bitmap object.
STRINGFORMATThe item is a string.

Return Value

Type: Long
See Also