| Class | Description |
---|
| AudioPreview |
The AudioPreview class extends NavSkinnableComponent to play audio content. |
| Preview |
The Preview class extends NavSkinnableComponent to preview single and multipage documents,
as well as audio and video content. |
| PreviewFactory |
The PreviewFactory class is a factory for constructing IPreviewModels. |
| PreviewHUD |
The PreviewHUD class extends NavSkinnableComponent to display the floating HUD (head-up-display) associated with a Preview. |
| PreviewMediaModel |
The PreviewMediaModel class implements the IPreviewMediaModel interface and is required for the Preview component. |
| PreviewModel |
The PreviewModel class implements the IPreviewModel interface and is required for the Preview component. |
| PreviewMultiPageModel |
The PreviewMultiPageModel class implements the IPreviewMultiPageModel interface and is required for the Preview component. |
| PreviewSinglePageModel |
The PreviewSinglePageModel class implements the IPreviewSinglePageModel interface and is required for the Preview component. |
| VideoPreview |
The VideoPreview class extends VideoPlayer to play video content with more controls. |