QrCodeSignOptionsReturnContentType Property |
Specifies file type of returned image content of the QR-Code signature when ReturnContent property is enabled.
By default it set to Null. That means to return QR-Code image content in original format.
This image format is specified at
Format
Possible supported values are: FileType.JPEG, FileType.PNG, FileType.BMP.
If provided format is not supported than QR-Code image content in .png format will be returned.
Namespace: GroupDocs.Signature.OptionsAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.7.0.0 (22.7)
Syntaxpublic FileType ReturnContentType { get; set; }
Public Property ReturnContentType As FileType
Get
Set
public:
property FileType^ ReturnContentType {
FileType^ get ();
void set (FileType^ value);
}
member ReturnContentType : FileType with get, set
Property Value
Type:
FileType
See Also