QrCodeSignatureContent Property |
Specifies QR-code binary data image content of type
Format.
By default this property will not be set.
Use property
ReturnContent to enable this feature.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 20.11.0.0 (20.11)
Syntaxpublic byte[] Content { get; }
Public ReadOnly Property Content As Byte()
Get
public:
property array<unsigned char>^ Content {
array<unsigned char>^ get ();
}
member Content : byte[] with get
Property Value
Type:
Byte
See Also