__DOCUMENTPREVIEWERTYPE Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of the document previewer.
public enum class __DOCUMENTPREVIEWERTYPE
public enum class __DOCUMENTPREVIEWERTYPE
enum __DOCUMENTPREVIEWERTYPE
public enum __DOCUMENTPREVIEWERTYPE
type __DOCUMENTPREVIEWERTYPE =
Public Enum __DOCUMENTPREVIEWERTYPE
- Inheritance
-
__DOCUMENTPREVIEWERTYPE
Fields
DP_InstalledBrowser | 2 | The previewer is a non-default browser installed in the system. |
DP_InternalBrowser | 0 | The previewer is the internal browser. |
DP_PackageRegistered | 3 | The previewer is registered by one of the installed packages. |
DP_SystemBrowser | 1 | The previewer is configured as the system default browser. |
DP_UserDefined | 4 | The previewer is manually added and configured by the user. |