System::UriFormat enum
UriFormat enum
Specifies how the URI is escaped.
enum class UriFormat
Values
| Name | Value | Description | 
|---|---|---|
| UriEscaped | 1 | Escaping according to RFC-2396. | 
| Unescaped | 2 | No escaping. | 
| SafeUnescaped | 3 | Only the characters that have a reserved meaning in the URI are escaped. | 
See Also
- Namespace System
- Library Aspose.PDF for C++