C# Class Ghostscript.NET.Samples.RasterizerCropSample

GhostscriptRasterizer allows you to rasterize pdf and postscript files into the memory. If you want Ghostscript to store files on the disk use GhostscriptProcessor or one of the GhostscriptDevices (GhostscriptPngDevice, GhostscriptJpgDevice).
Inheritance: ISample
Mostrar archivo Open project: jhabjan/Ghostscript.NET Class Usage Examples

Public Methods

Method Description
Start ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void