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: 3.48.0.0 (3.48.0.0)
Syntax public bool UseRFC6266 { get; set; }
Public Property UseRFC6266 As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
By default, this property will be true unless the user agent is Microsoft Internet Explorer 6 - 8 or Android.
See Also