PdfARenderer Properties |
The PdfARenderer type exposes the following members.
| Name | Description | |
|---|---|---|
| CmykColorSpace |
Gets or sets the CMYK color space that will be provided to each CMYK image.
| |
| ConvertIncompatiblePagesToImages |
Gets or sets a value indicating whether the page that cannot be converted to PDF/A,
will be converted to the image, instead of throwing PdfAException.
ImageExtractor is required to use this flag.
| |
| CurrentPage | (Inherited from PdfRenderer.) | |
| DefaultRgbColorSpace |
Gets default RGB color space resource.
| |
| ErrorOccurred |
Gets or sets a value indicating whether an error occurred in the process of rendering a page. ErrorOccurred will be cleared
before rendering begins.
(Inherited from DocumentRenderer.) | |
| IgnoreUnsupportedAnnotsAndActions |
Gets or sets a value indicating whether annotations and actions that not supported by the PDF/A-1b standard
will be ignored, instead of throwing PdfAException.
| |
| ImageExtractor |
Gets or sets the image extractor.
| |
| RgbColorSpace |
Gets or sets the RGB color space that will be used in OutputIntents of PDF/A document.
If value is not specified, DefaultRgbColorSpace will be used.
| |
| SaveOptions | (Inherited from PdfRenderer.) |