C# Class HermaFx.Adobe.PdfValidator

显示文件 Open project: evicertia/HermaFx

Public Methods

Method Description
IsValid ( byte bytes ) : bool
IsValid ( byte bytes, PdfVersion &version ) : bool
IsValid ( byte bytes, PdfVersion &version, string &errorMessage ) : bool

Method Details

IsValid() public static method

public static IsValid ( byte bytes ) : bool
bytes byte
return bool

IsValid() public static method

public static IsValid ( byte bytes, PdfVersion &version ) : bool
bytes byte
version PdfVersion
return bool

IsValid() public static method

public static IsValid ( byte bytes, PdfVersion &version, string &errorMessage ) : bool
bytes byte
version PdfVersion
errorMessage string
return bool