View File Service
Viewing file as a service is similar to viewing a file in the viewer. In this case there is no user interface involved rather it is used to export the file to pdf or png or to open it in a non-web environments like a windows application or web service. This method return back true when successful otherwise false.
string filePath, BaseOptions config
|
byte[] fileBytes, ViewFileFormat fileExt, BaseOptions config
|
Stream fileStream, FileInfo fileInfo, BaseOptions config
|