C# (CSharp) Ghostscript.NET.Samples Namespace

Classes

Name Description
AddWatermarkSample
ConsoleStdIO
CustomGsdllLocationSample
DeviceUsageSample
FindInstalledGhostscriptVersionsSample
GetInkCoverageSample
PipedOutputSample Sample that demonstrates how to tell Ghostscript to write the output result to an anonymous pipe (memory) instead of the writing it to the disk.
ProcessorSample1
ProcessorSample2
ProcessorSample2.LogStdio
Program
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).
RasterizerSample1 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).
RasterizerSample2 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).
RunMultipleInstancesSample
SendToPrinterSample
ViewerSample