DocumentDownloadingEventArgsUseRFC6266 Property |
Gets or sets a value indicating whether RFC 6266 will be used when encoding the filename of the download.
Namespace:
RadPdf.Integration
Assembly:
RadPdf (in RadPdf.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic bool UseRFC6266 { get; set; }
Public Property UseRFC6266 As Boolean
Get
Set
Property Value
Type:
Boolean
Remarks
By default, this property will be true unless the user agent is Microsoft Internet Explorer 6 - 8 or Android.
See Also