STNSignatureProtocolGetXValues Method |
This method returns a two dimensional array containing the values
for the high and low x bytes.
Namespace:
EasyScriptAPI
Assembly:
EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax public byte[][] GetXValues()
Public Function GetXValues As Byte()()
public:
virtual array<array<unsigned char>^>^ GetXValues() sealed
abstract GetXValues : unit -> byte[][]
override GetXValues : unit -> byte[][]
Return Value
Type:
ByteDecoding table for X coordinates
Implements
ISignatureProtocolGetXValuesSee Also