Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Classes
| Class | Description | |
|---|---|---|
| BaseRenderer |
Defines a base class for PDF renderers.
| |
| DocumentPrinter |
DocumentPrinter class helps to send PDF document to a printer in silent mode.
| |
| LicenseInfo |
License information.
| |
| PDFRendererCancellationException |
Cancellation exception.
| |
| PDFRendererDamagedDocumentException |
Invalid password exception.
| |
| PDFRendererException |
Represents errors that occur during PDF extraction process.
| |
| PDFRendererInvalidPasswordException |
Invalid password exception.
| |
| PDFRendererProfileException | ||
| RasterRenderer |
Represents PDF to raster image renderer.
| |
| RenderingOptions |
Rendering options.
| |
| VectorRenderer |
Represents PDF to Vector image renderer.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IBaseRenderer |
Defines a base interface for PDF renderers.
| |
| IProfiles |
Defines profiles support.
| |
| IRasterRenderer |
Defines PDF to raster image renderer interface.
| |
| IRenderingOptions |
Rendering options.
| |
| IVectorRenderer |
Defines the PDF to Vector image rendering interface.
|
Delegates
| Delegate | Description | |
|---|---|---|
| BaseRendererParsingErrorEventHandler |
Defines ParsingError event parameters.
| |
| BaseRendererProgressEventHandler |
Defines progress event parameters.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| FontHintingMode |
Font hinting mode. Works only if TextSmoothingMode is equal HighQuality.
| |
| GraphicsTransformationQuality |
Defines smoothing quality for text and vector graphics; interpolation quality for raster images.
| |
| ImageBitsPerPixel |
Defines image pixel format.
| |
| OneBitConversionAlgorithm |
The algorithm to use for conversion to 1-bit (black and white) image.
| |
| OngoingOperation |
The ongoing operation for ProgressChanged event.
| |
| RasterImageFormat |
Defines raster image output formats.
| |
| RotateFlipType |
Specifies the direction of an image's rotation and the axis used to flip the image.
| |
| TIFFCompression |
Defines TIFF image compression.
|