PdfViewInfo
PdfViewInfo class
Représente les informations d’affichage du document PDF.
public class PdfViewInfo : ViewInfo
Constructeurs
Nom |
La description |
PdfViewInfo(FileType, IList<Page>, bool) |
Initialise la nouvelle instance dePdfViewInfo classe. |
Propriétés
Nom |
La description |
FileType { get; } |
Le type du fichier. |
Pages { get; } |
La liste des pages à afficher. |
PrintingAllowed { get; } |
Indique si l’impression du document est autorisée. |
Méthodes
Nom |
La description |
override ToString() |
Renvoie une chaîne qui représente l’objet actuel. |
Voir également