QrCodeSignOptionsLogoStream Property |
Gets or sets the QR-code logo image stream.
If this property is specified it is always used instead LogoFilePath.
Using of this property could cause problems with verification. Use it carefully.
Namespace: GroupDocs.Signature.OptionsAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 19.10.0.0 (19.10)
Syntaxpublic Stream LogoStream { get; set; }
Public Property LogoStream As Stream
Get
Set
public:
property Stream^ LogoStream {
Stream^ get ();
void set (Stream^ value);
}
member LogoStream : Stream with get, set
Property Value
Type:
Stream
See Also