C# Class iTextSharp.text.pdf.intern.PdfViewerPreferencesImp

Inheritance: IPdfViewerPreferences
Mostra file Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Properties

Property Type Description
DIRECTION_PREFERENCES iTextSharp.text.pdf.PdfName[]
DUPLEX_PREFERENCES iTextSharp.text.pdf.PdfName[]
NONFULLSCREENPAGEMODE_PREFERENCES iTextSharp.text.pdf.PdfName[]
PAGE_BOUNDARIES iTextSharp.text.pdf.PdfName[]
PRINTSCALING_PREFERENCES iTextSharp.text.pdf.PdfName[]
VIEWER_PREFERENCES iTextSharp.text.pdf.PdfName[]

Public Methods

Method Description
AddToCatalog ( PdfDictionary catalog ) : void
AddViewerPreference ( PdfName key, PdfObject value ) : void
GetViewerPreferences ( ) : PdfDictionary
GetViewerPreferences ( PdfDictionary catalog ) : PdfViewerPreferencesImp

Private Methods

Method Description
GetIndex ( PdfName key ) : int
IsPossibleValue ( PdfName value, PdfName accepted ) : bool

Method Details

AddToCatalog() public method

public AddToCatalog ( PdfDictionary catalog ) : void
catalog iTextSharp.text.pdf.PdfDictionary
return void

AddViewerPreference() public method

public AddViewerPreference ( PdfName key, PdfObject value ) : void
key iTextSharp.text.pdf.PdfName
value iTextSharp.text.pdf.PdfObject
return void

GetViewerPreferences() public method

public GetViewerPreferences ( ) : PdfDictionary
return iTextSharp.text.pdf.PdfDictionary

GetViewerPreferences() public static method

public static GetViewerPreferences ( PdfDictionary catalog ) : PdfViewerPreferencesImp
catalog iTextSharp.text.pdf.PdfDictionary
return PdfViewerPreferencesImp

Property Details

DIRECTION_PREFERENCES public_oe static_oe property

public static PdfName[],iTextSharp.text.pdf DIRECTION_PREFERENCES
return iTextSharp.text.pdf.PdfName[]

DUPLEX_PREFERENCES public_oe static_oe property

public static PdfName[],iTextSharp.text.pdf DUPLEX_PREFERENCES
return iTextSharp.text.pdf.PdfName[]

NONFULLSCREENPAGEMODE_PREFERENCES public_oe static_oe property

public static PdfName[],iTextSharp.text.pdf NONFULLSCREENPAGEMODE_PREFERENCES
return iTextSharp.text.pdf.PdfName[]

PAGE_BOUNDARIES public_oe static_oe property

public static PdfName[],iTextSharp.text.pdf PAGE_BOUNDARIES
return iTextSharp.text.pdf.PdfName[]

PRINTSCALING_PREFERENCES public_oe static_oe property

public static PdfName[],iTextSharp.text.pdf PRINTSCALING_PREFERENCES
return iTextSharp.text.pdf.PdfName[]

VIEWER_PREFERENCES public_oe static_oe property

public static PdfName[],iTextSharp.text.pdf VIEWER_PREFERENCES
return iTextSharp.text.pdf.PdfName[]