QrCodeSignOptionsLogoFilePath Property |
Gets or sets the QR-code logo image file name.
This property in use only if LogoStream is not specified.
Using of this property could cause problems with verification. Use it carefully.
Namespace: GroupDocs.Signature.OptionsAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.7.0.0 (22.7)
Syntaxpublic string LogoFilePath { get; set; }
Public Property LogoFilePath As String
Get
Set
public:
property String^ LogoFilePath {
String^ get ();
void set (String^ value);
}
member LogoFilePath : string with get, set
Property Value
Type:
String
See Also