Name | Description | |
---|---|---|
PDFRendererSettings Constructor | Overloaded. |
The following tables list the members exposed by PDFRendererSettings.
Name | Description | |
---|---|---|
PDFRendererSettings Constructor | Overloaded. |
Name | Description | |
---|---|---|
getBackgroundColor | Gets the background color of the rendered page. | |
getCmapFactory | Gets a factory for loading cmap encodings. | |
getDpiX | Gets the horizontal resolution. | |
getDpiY | Gets the vertical resolution. | |
getErrorHandling | Gets a value specifying how the rendering errors are handled. | |
getFontSubstitution | Gets the font substitution mappings. | |
getInfoDpiX | Gets the horizontal resolution of the output TIFF image. | |
getInfoDpiY | Gets the vertical resolution of the output TIFF image. | |
getLayerRenderTarget | Gets the rendering target for content included in PDF layers (optional content). | |
getRenderAnnotations | Gets the value indicating whether the page annotations should be rendered. >When converting a PDF page to image, the page annotations on the page can be removed from rendering if this property is set to true. Widget annotations (form fields) are not affected by this property, they are removed from rendering when method is set to false. | |
getRenderFormFields | Gets the value indicating whether the form fields should be rendered. When converting a PDF page to image, the form fields on the page can be removed from rendering if this property is set to true. | |
getRenderGraphics | Gets the value indicating whether the vector graphics should be rendered. When converting a PDF page to image, the vector graphics on the page can be removed from rendering if this property is set to true. | |
getRenderImages | Gets the value indicating whether the images should be rendered. When converting a PDF page to image, the images on the page can be removed from rendering if this property is set to true. This property removes from rendering both regular images and image masks. | |
getRenderingSurface | Gets the rendering surface. | |
getRenderText | Gets the value indicating whether the text should be rendered. When converting a PDF page to image, the text on the page can be removed from rendering if this property is set to true. | |
getSnapRectanglesToGrid | Gets a value indicating whether the rendered rectangles should be aligned to pixel grid. | |
setBackgroundColor | Sets the background color of the rendered page. The byte layout for colors ARGB. | |
setCmapFactory | Sets the factory for loading cmap encodings. A predefined cmap factory for system cmaps is available in the PDF4Java.Cmaps module. | |
setDpiX | Sets the horizontal resolution. | |
setDpiY | Sets the vertical resolution. | |
setErrorHandling | Sets a value specifying how the rendering errors are handled. | |
setFontSubstitution | Sets the font substitution mappings. | |
setInfoDpiX | Sets the horizontal resolution of the output TIFF image. This value is used only when converting PDF pages to TIFF images. The resolution used for conversion is the one specified in and methods. The value will be written in the TIFF file if you need that value to be different from the one used for conversion. | |
setInfoDpiY | Sets the vertical resolution of the output TIFF image. This value is used only when converting PDF pages to TIFF images. The resolution used for conversion is the one specified in and methods. The value will be written in the TIFF file if you need that value to be different from the one used for conversion. | |
setLayerRenderTarget | Sets the rendering target for content included in PDF layers (optional content). | |
setRenderAnnotations | Sets the value indicating whether the page annotations should be rendered. >When converting a PDF page to image, the page annotations on the page can be removed from rendering if this property is set to true. Widget annotations (form fields) are not affected by this property, they are removed from rendering when method is set to false. | |
setRenderFormFields | Sets the value indicating whether the form fields should be rendered. When converting a PDF page to image, the form fields on the page can be removed from rendering if this property is set to true. | |
setRenderGraphics | Sets the value indicating whether the vector graphics should be rendered. When converting a PDF page to image, the vector graphics on the page can be removed from rendering if this property is set to true. | |
setRenderImages | Sets the value indicating whether the images should be rendered. When converting a PDF page to image, the images on the page can be removed from rendering if this property is set to true. This property removes from rendering both regular images and image masks. | |
setRenderingSurface | Sets the rendering surface. If no rendering surface is provided a default RGBA surface is created. | |
setRenderText | Sets the value indicating whether the text should be rendered. When converting a PDF page to image, the text on the page can be removed from rendering if this property is set to true. | |
setSnapRectanglesToGrid | Sets a value indicating whether the rendered rectangles should be aligned to pixel grid. |