DigitalSignatureImage Property |
Specifies an image for the digital signature.
Default value is null.
Namespace:
Aspose.Cells.DigitalSignatures
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic byte[] Image { get; set; }
Public Property Image As Byte()
Get
Set
public:
property array<unsigned char>^ Image {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Image : byte[] with get, set
Property Value
Type:
Byte
See Also