Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Public Member Functions | Static Public Member Functions | Properties | List of all members
SolidFramework.Pdf.ViewerPreferences Class Reference

Represents Viewer preferences functionality More...

Inheritance diagram for SolidFramework.Pdf.ViewerPreferences:

Public Member Functions

virtual void Dispose ()
 
bool Equals (SolidFramework.Pdf.ViewerPreferences other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static SolidFramework.Pdf.ViewerPreferences Create (SolidFramework.Pdf.Catalog catalog)
 Creates from the specified catalog. More...
 
static bool operator== (SolidFramework.Pdf.ViewerPreferences obj1, SolidFramework.Pdf.ViewerPreferences obj2)
 
static bool operator!= (SolidFramework.Pdf.ViewerPreferences obj1, SolidFramework.Pdf.ViewerPreferences obj2)
 

Properties

SolidFramework.PageRange PrintPageRange [getset]
 Gets the print page range. More...
 
bool DisplayDocumentTitle [getset]
 Gets a value indicating whether [display document title]. More...
 
bool CenterWindow [getset]
 Gets a value indicating whether [center window]. More...
 
bool FitWindow [getset]
 Gets a value indicating whether [fit window]. More...
 
bool HideToolBar [getset]
 Gets a value indicating whether [hide tool bar]. More...
 
bool HideMenuBar [getset]
 Gets a value indicating whether [hide menu bar]. More...
 
bool HideWindowUI [getset]
 Gets a value indicating whether [hide window UI]. More...
 
bool PickTrayByPdfSize [getset]
 Gets a value indicating whether [pick tray by PDF size]. More...
 
int NumberOfCopies [getset]
 Gets the number of copies. More...
 
SolidFramework.Pdf.NonFullScreenPageMode NonFullScreenPageMode [getset]
 Gets the non full screen page mode. More...
 
SolidFramework.Pdf.ReadingDirection ReadingDirection [getset]
 Gets the reading direction. More...
 
SolidFramework.Pdf.PageBoundary ViewArea [getset]
 Gets the view area. More...
 
SolidFramework.Pdf.PageBoundary ViewClip [getset]
 Gets the view clip. More...
 
SolidFramework.Pdf.PageBoundary PrintArea [getset]
 Gets the print area. More...
 
SolidFramework.Pdf.PageBoundary PrintClip [getset]
 Gets the print clip. More...
 
SolidFramework.Pdf.PrintScaling PrintScaling [getset]
 Gets the print scaling. More...
 
SolidFramework.Pdf.Duplex Duplex [getset]
 Gets the duplex. More...
 

Detailed Description

Represents Viewer preferences functionality

Member Function Documentation

◆ Create()

static SolidFramework.Pdf.ViewerPreferences SolidFramework.Pdf.ViewerPreferences.Create ( SolidFramework.Pdf.Catalog  catalog)
static

Creates from the specified catalog.

Parameters
catalogThe catalog.
Returns

Property Documentation

◆ CenterWindow

bool SolidFramework.Pdf.ViewerPreferences.CenterWindow
getset

Gets a value indicating whether [center window].

true if [center window]; otherwise, false.

◆ DisplayDocumentTitle

bool SolidFramework.Pdf.ViewerPreferences.DisplayDocumentTitle
getset

Gets a value indicating whether [display document title].

true if [display document title]; otherwise, false.

◆ Duplex

SolidFramework.Pdf.Duplex SolidFramework.Pdf.ViewerPreferences.Duplex
getset

Gets the duplex.

The duplex.

◆ FitWindow

bool SolidFramework.Pdf.ViewerPreferences.FitWindow
getset

Gets a value indicating whether [fit window].

true if [fit window]; otherwise, false.

◆ HideMenuBar

bool SolidFramework.Pdf.ViewerPreferences.HideMenuBar
getset

Gets a value indicating whether [hide menu bar].

true if [hide menu bar]; otherwise, false.

◆ HideToolBar

bool SolidFramework.Pdf.ViewerPreferences.HideToolBar
getset

Gets a value indicating whether [hide tool bar].

true if [hide tool bar]; otherwise, false.

◆ HideWindowUI

bool SolidFramework.Pdf.ViewerPreferences.HideWindowUI
getset

Gets a value indicating whether [hide window UI].

true if [hide window UI]; otherwise, false.

◆ NonFullScreenPageMode

SolidFramework.Pdf.NonFullScreenPageMode SolidFramework.Pdf.ViewerPreferences.NonFullScreenPageMode
getset

Gets the non full screen page mode.

The non full screen page mode.

◆ NumberOfCopies

int SolidFramework.Pdf.ViewerPreferences.NumberOfCopies
getset

Gets the number of copies.

The number of copies.

◆ PickTrayByPdfSize

bool SolidFramework.Pdf.ViewerPreferences.PickTrayByPdfSize
getset

Gets a value indicating whether [pick tray by PDF size].

true if [pick tray by PDF size]; otherwise, false.

◆ PrintArea

SolidFramework.Pdf.PageBoundary SolidFramework.Pdf.ViewerPreferences.PrintArea
getset

Gets the print area.

The print area.

◆ PrintClip

SolidFramework.Pdf.PageBoundary SolidFramework.Pdf.ViewerPreferences.PrintClip
getset

Gets the print clip.

The print clip.

◆ PrintPageRange

SolidFramework.PageRange SolidFramework.Pdf.ViewerPreferences.PrintPageRange
getset

Gets the print page range.

The print page range.

◆ PrintScaling

SolidFramework.Pdf.PrintScaling SolidFramework.Pdf.ViewerPreferences.PrintScaling
getset

Gets the print scaling.

The print scaling.

◆ ReadingDirection

SolidFramework.Pdf.ReadingDirection SolidFramework.Pdf.ViewerPreferences.ReadingDirection
getset

Gets the reading direction.

The reading direction.

◆ ViewArea

SolidFramework.Pdf.PageBoundary SolidFramework.Pdf.ViewerPreferences.ViewArea
getset

Gets the view area.

The view area.

◆ ViewClip

SolidFramework.Pdf.PageBoundary SolidFramework.Pdf.ViewerPreferences.ViewClip
getset

Gets the view clip.

The view clip.