[]
        
(Showing Draft Content)

C1.C1Preview.Export.PdfViewerPreferences

PdfViewerPreferences Class

Represents viewer preferences to be used when displaying a PDF document.

Inheritance
PdfViewerPreferences
Implements
Namespace: C1.C1Preview.Export
Assembly: C1.PrintDocument.4.8.dll
Syntax
public class PdfViewerPreferences : ICloneable

Constructors

Name Description
PdfViewerPreferences()

Initializes a new instance of the PdfViewerPreferences class.

Properties

Name Description
CenterWindow

Gets or sets a value indicating whether to position the PDF document's window in the center of the screen.

FitWindow

Gets or sets a value indicating whether to resize the PDF document's window to fit the size of the first displayed page.

HideMenuBar

Gets or sets a value indicating whether to hide the viewer menu bar when the PDF document is active.

HideToolBar

Gets or sets a value indicating whether to hide the viewer toolbars when the PDF document is active.

PageLayout

Gets or sets the page layout to be used when the PDF document is opened.

PageMode

Gets or sets a value indicating how the PDF document should be displayed when opened.

Methods

Name Description
AssignFrom(PdfViewerPreferences)

Assigns (copies) properties from another PdfViewerPreferences to the current object.

Clone()

Creates a copy of the current PdfViewerPreferences object.