C# Class Accusoft.PrizmDocServer.Tests.FileAssert

Mostrar archivo Open project: Accusoft/PrizmDocServerDotNetSDK

Public Methods

Method Description
IsJpeg ( string filename ) : void
IsPdf ( string filename ) : void
IsPng ( string filename ) : void
IsSvg ( string filename ) : void
IsTiff ( string filename ) : void

Method Details

IsJpeg() public static method

public static IsJpeg ( string filename ) : void
filename string
return void

IsPdf() public static method

public static IsPdf ( string filename ) : void
filename string
return void

IsPng() public static method

public static IsPng ( string filename ) : void
filename string
return void

IsSvg() public static method

public static IsSvg ( string filename ) : void
filename string
return void

IsTiff() public static method

public static IsTiff ( string filename ) : void
filename string
return void