C# Class HermaFx.Adobe.PdfValidator

Afficher le fichier Open project: evicertia/HermaFx

Méthodes publiques

Méthode Description
IsValid ( byte bytes ) : bool
IsValid ( byte bytes, PdfVersion &version ) : bool
IsValid ( byte bytes, PdfVersion &version, string &errorMessage ) : bool

Method Details

IsValid() public static méthode

public static IsValid ( byte bytes ) : bool
bytes byte
Résultat bool

IsValid() public static méthode

public static IsValid ( byte bytes, PdfVersion &version ) : bool
bytes byte
version PdfVersion
Résultat bool

IsValid() public static méthode

public static IsValid ( byte bytes, PdfVersion &version, string &errorMessage ) : bool
bytes byte
version PdfVersion
errorMessage string
Résultat bool