IFileViewerOptions
is defined in the Telligent.Evolution.Extensibility.UI.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IFileViewerOptions { int? Height { get; set; } bool OutputIsPersisted { get; } FileViewerViewType ViewType { get; } int? Width { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Height | int? | |||
OutputIsPersisted | bool | |||
ViewType | FileViewerViewType | |||
Width | int? |