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

Inheritance: IPdfViewerPreferences
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

Свойство 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[]

Méthodes publiques

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

Private Methods

Méthode Description
GetIndex ( PdfName key ) : int
IsPossibleValue ( PdfName value, PdfName accepted ) : bool

Method Details

AddToCatalog() public méthode

public AddToCatalog ( PdfDictionary catalog ) : void
catalog iTextSharp.text.pdf.PdfDictionary
Résultat void

AddViewerPreference() public méthode

public AddViewerPreference ( PdfName key, PdfObject value ) : void
key iTextSharp.text.pdf.PdfName
value iTextSharp.text.pdf.PdfObject
Résultat void

GetViewerPreferences() public méthode

public GetViewerPreferences ( ) : PdfDictionary
Résultat iTextSharp.text.pdf.PdfDictionary

GetViewerPreferences() public static méthode

public static GetViewerPreferences ( PdfDictionary catalog ) : PdfViewerPreferencesImp
catalog iTextSharp.text.pdf.PdfDictionary
Résultat PdfViewerPreferencesImp

Property Details

DIRECTION_PREFERENCES public_oe static_oe property

public static PdfName[],iTextSharp.text.pdf DIRECTION_PREFERENCES
Résultat iTextSharp.text.pdf.PdfName[]

DUPLEX_PREFERENCES public_oe static_oe property

public static PdfName[],iTextSharp.text.pdf DUPLEX_PREFERENCES
Résultat iTextSharp.text.pdf.PdfName[]

NONFULLSCREENPAGEMODE_PREFERENCES public_oe static_oe property

public static PdfName[],iTextSharp.text.pdf NONFULLSCREENPAGEMODE_PREFERENCES
Résultat iTextSharp.text.pdf.PdfName[]

PAGE_BOUNDARIES public_oe static_oe property

public static PdfName[],iTextSharp.text.pdf PAGE_BOUNDARIES
Résultat iTextSharp.text.pdf.PdfName[]

PRINTSCALING_PREFERENCES public_oe static_oe property

public static PdfName[],iTextSharp.text.pdf PRINTSCALING_PREFERENCES
Résultat iTextSharp.text.pdf.PdfName[]

VIEWER_PREFERENCES public_oe static_oe property

public static PdfName[],iTextSharp.text.pdf VIEWER_PREFERENCES
Résultat iTextSharp.text.pdf.PdfName[]