HtmlDeviceCategory Enumeration |
All possible devices to load HTML documents.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2026.7.1
Syntaxpublic enum HtmlDeviceCategory
Public Enumeration HtmlDeviceCategory
Members| Member name | Value | Description |
|---|
| Screen | 0 |
The most useful and default device.
|
| Printer | 1 |
A printing device.
|
| Speech | 2 |
A device for speech output.
|
| Other | 3 |
Some other device.
|
See Also