ViewInfoOptions
Contents
[
Hide
]
ViewInfoOptions class
Contains options for retrieving information about view.
public class ViewInfoOptions : BaseViewOptions, IMaxSizeOptions
Properties
Name | Description |
---|---|
ArchiveOptions { get; set; } | The archive files view options. |
CadOptions { get; set; } | The CAD drawing view options. |
DefaultFontName { get; set; } | Sets the default font for a document. |
EmailOptions { get; set; } | The email messages view options. |
ExtractText { get; set; } | Enables text extraction. |
Height { get; set; } | The height of the output image (in pixels, for rendering to PNG/JPG only). |
MailStorageOptions { get; set; } | Mail storage data files view options. |
MaxHeight { get; set; } | Sets the maximum height of an output image (in pixels, for rendering to PNG/JPG only). |
MaxWidth { get; set; } | Sets the maximum width of an output image (in pixels, for rendering to PNG/JPG only). |
OutlookOptions { get; set; } | The Microsoft Outlook data files view options. |
PdfOptions { get; set; } | The PDF document view options. |
PresentationOptions { get; set; } | The presentation files view options. |
ProjectManagementOptions { get; set; } | The project management files view options. |
RemoveComments { get; set; } | Disables rendering comments when set to true . By default is false — all comments are displayed. |
RenderHiddenPages { get; set; } | Enables rendering of hidden pages. |
RenderNotes { get; set; } | Enables rendering notes. |
SpreadsheetOptions { get; set; } | The spreadsheet files view options. |
TextOptions { get; set; } | Text files view options. |
VisioRenderingOptions { get; set; } | The Visio files view options. |
WebDocumentOptions { get; set; } | The Web files view options. |
Width { get; set; } | The width of the output image (in pixels, for rendering to PNG/JPG only). |
WordProcessingOptions { get; set; } | The Word processing files view options. |
Methods
Name | Description |
---|---|
static ForHtmlView() | Initializes an instance of the ViewInfoOptions class to retrieve information about view when rendering into HTML. |
static ForHtmlView(bool) | Initializes an instance of the ViewInfoOptions class to retrieve information about view when rendering into HTML. |
static ForJpgView() | Initializes an instance of the ViewInfoOptions class to retrieve information about view when rendering into JPG. |
static ForJpgView(bool) | Initializes an instance of the ViewInfoOptions class to retrieve information about view when rendering into JPG. |
static ForPdfView() | Initializes an instance of the ViewInfoOptions class to retrieve information about view when rendering into PDF. |
static ForPngView() | Initializes an instance of the ViewInfoOptions class to retrieve information about view when rendering into PNG. |
static ForPngView(bool) | Initializes an instance of the ViewInfoOptions class to retrieve information about view when rendering into PNG. |
static FromHtmlViewOptions(HtmlViewOptions) | Initializes an instance of the ViewInfoOptions class based on the HtmlViewOptions object. |
static FromJpgViewOptions(JpgViewOptions) | Initializes an instance of the ViewInfoOptions class based on the JpgViewOptions object. |
static FromPdfViewOptions(PdfViewOptions) | Initializes an instance of the ViewInfoOptions class based on the PdfViewOptions object. |
static FromPngViewOptions(PngViewOptions) | Initializes an instance of the ViewInfoOptions class based on the PngViewOptions object. |
See Also
- class BaseViewOptions
- interface IMaxSizeOptions
- namespace GroupDocs.Viewer.Options
- assembly GroupDocs.Viewer