BaseViewOptions

BaseViewOptions class

Provides base rendering options.

public abstract class BaseViewOptions

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.
MailStorageOptions { get; set; } Mail storage data files view options.
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.
WordProcessingOptions { get; set; } This rendering options enables you to customize the appearance of the output HTML/PDF/PNG/JPEG when rendering Word documents.

See Also