Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.DataTypes Namespace > DigitalSignature Class : Signature Property |
[ElementAttribute()] public byte[] Signature {get; set;}
'Declaration
<ElementAttribute()> Public Property Signature As Byte()
'Usage
Dim instance As DigitalSignature Dim value() As Byte instance.Signature = value value = instance.Signature
[ElementAttribute()] public: property array<byte>^ Signature { array<byte>^ get(); void set ( array<byte>^ value); }