GetOrderSignatures Method (DataAccess)
Retrieves the collection and delivery signatures attached to an existing
Order.
'Declaration
Public Function GetOrderSignatures( _
ByVal As Guid _
) As Byte()
'Usage
Dim instance As DataAccess
Dim orderID As Guid
Dim value() As Byte
value = instance.GetOrderSignatures(orderID)
public byte[] GetOrderSignatures(
Guid
)
public:
array<byte>^ GetOrderSignatures(
Guid
)
Parameters
- orderID
- The unique identifier of a Order as a Guid.
Return Value
A 2-dimensional
Byte array containing raw image data of the collection and delivery signatures.
Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022