ViewInfoOptions
Contents
[
Hide
]
ViewInfoOptions class
Provides options used 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; } | Default font to be used when particular font used in document can’t be found. |
EmailOptions { get; set; } | The email messages view options. |
ExtractText { get; set; } | Indicates that text extraction is enabled. |
Height { get; set; } | Image height (for rendering to PNG/JPG only) |
MailStorageOptions { get; set; } | Mail storage data files view options. |
MaxHeight { get; set; } | Max height of the output image (for rendering to PNG/JPG only) |
MaxWidth { get; set; } | Max width of the output image (for rendering to PNG/JPG only) |
OutlookOptions { get; set; } | The MS Outlook data files view options. |
PdfOptions { get; set; } | The PDF documents view options. |
PresentationOptions { get; set; } | The presentation processing documents view options. |
ProjectManagementOptions { get; set; } | The project management files view options. |
RenderComments { get; set; } | Enables rendering comments. |
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 splitting to pages options. |
VisioRenderingOptions { get; set; } | The Visio files processing documents view options. |
WebDocumentOptions { get; set; } | This rendering options enables you to customize the appearance of the output HTML/PDF/PNG/JPEG when rendering Web documents. |
Width { get; set; } | Image width (for rendering to PNG/JPG only) |
WordProcessingOptions { get; set; } | This rendering options enables you to customize the appearance of the output HTML/PDF/PNG/JPEG when rendering Word documents. |
Methods
Name | Description |
---|---|
static ForHtmlView() | Initializes new instance of ViewInfoOptions class to retrieve information about view when rendering into HTML. |
static ForHtmlView(bool) | Initializes new instance of ViewInfoOptions class to retrieve information about view when rendering into HTML. |
static ForJpgView() | Initializes new instance of ViewInfoOptions class to retrieve information about view when rendering into JPG. |
static ForJpgView(bool) | Initializes new instance of ViewInfoOptions class to retrieve information about view when rendering into JPG. |
static ForPngView() | Initializes new instance of ViewInfoOptions class to retrieve information about view when rendering into PNG. |
static ForPngView(bool) | Initializes new instance of ViewInfoOptions class to retrieve information about view when rendering into PNG. |
static FromHtmlViewOptions(HtmlViewOptions) | Initializes new instance of ViewInfoOptions class based on HtmlViewOptions object. |
static FromJpgViewOptions(JpgViewOptions) | Initializes new instance of ViewInfoOptions class based on JpgViewOptions object. |
static FromPngViewOptions(PngViewOptions) | Initializes new instance of ViewInfoOptions class based on PngViewOptions object. |
See Also
- class BaseViewOptions
- interface IMaxSizeOptions
- namespace GroupDocs.Viewer.Options
- assembly GroupDocs.Viewer