PdfViewOptions Class
Provides options for rendering documents into PDF format.
Inheritance Hierarchy
SystemObject
  GroupDocs.Viewer.OptionsBaseViewOptions
    GroupDocs.Viewer.OptionsViewOptions
      GroupDocs.Viewer.OptionsPdfViewOptions

Namespace: GroupDocs.Viewer.Options
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public class PdfViewOptions : ViewOptions

The PdfViewOptions type exposes the following members.

Constructors
  NameDescription
Public methodPdfViewOptions
Initializes new instance of PdfViewOptions class.
Public methodPdfViewOptions(String)
Initializes new instance of PdfViewOptions class.
Public methodPdfViewOptions(CreateFileStream)
Initializes new instance of PdfViewOptions class.
Public methodPdfViewOptions(IFileStreamFactory)
Initializes new instance of PdfViewOptions class.
Public methodPdfViewOptions(CreateFileStream, ReleaseFileStream)
Initializes new instance of PdfViewOptions class.
Properties
  NameDescription
Public propertyArchiveOptions
The archive files view options.
(Inherited from BaseViewOptions.)
Public propertyCadOptions
The CAD drawing view options.
(Inherited from BaseViewOptions.)
Public propertyDefaultFontName
Default font to be used when particular font used in document can't be found.
(Inherited from BaseViewOptions.)
Public propertyEmailOptions
The email messages view options.
(Inherited from BaseViewOptions.)
Public propertyImageHeight
The height of an output image in pixels. (When converting single image to HTML only)
Public propertyImageMaxHeight
Max height of an output image in pixels. (When converting single image to HTML only)
Public propertyImageMaxWidth
Max width of an output image in pixels. (When converting single image to HTML only)
Public propertyImageWidth
The width of the output image in pixels. (When converting single image to HTML only)
Public propertyJpgQuality
The quality of the JPG images contained by output PDF document; Valid values are between 1 and 100; Default value is 90.
Public propertyMailStorageOptions
Mail storage data files view options.
(Inherited from BaseViewOptions.)
Public propertyOutlookOptions
The MS Outlook data files view options.
(Inherited from BaseViewOptions.)
Public propertyPdfOptions
The PDF documents view options.
(Inherited from BaseViewOptions.)
Public propertyPresentationOptions
The presentation processing documents view options.
(Inherited from BaseViewOptions.)
Public propertyProjectManagementOptions
The project management files view options.
(Inherited from BaseViewOptions.)
Public propertyRenderComments
Enables rendering comments.
(Inherited from BaseViewOptions.)
Public propertyRenderHiddenPages
Enables rendering of hidden pages.
(Inherited from BaseViewOptions.)
Public propertyRenderNotes
Enables rendering notes.
(Inherited from BaseViewOptions.)
Public propertySecurity
The output PDF document security options.
Public propertySpreadsheetOptions
The spreadsheet files view options.
(Inherited from BaseViewOptions.)
Public propertyTextOptions
Text files splitting to pages options.
(Inherited from BaseViewOptions.)
Public propertyVisioRenderingOptions
The Visio files processing documents view options.
(Inherited from BaseViewOptions.)
Public propertyWatermark
The text watermark applied to each page.
(Inherited from ViewOptions.)
Public propertyWebDocumentOptions
This rendering options enables you to customize the appearance of the output HTML/PDF/PNG/JPEG when rendering Web documents.
(Inherited from BaseViewOptions.)
Public propertyWordProcessingOptions
This rendering options enables you to customize the appearance of the output HTML/PDF/PNG/JPEG when rendering Word documents.
(Inherited from BaseViewOptions.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRotatePage
Applies clockwise rotation to the page.
(Inherited from ViewOptions.)
Public methodToString (Inherited from Object.)
Fields
  NameDescription
Public fieldPageRotations
The page rotations.
(Inherited from ViewOptions.)
See Also