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