PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render Package / PDFRendererSettings Class
Methods


In This Topic
    PDFRendererSettings Class Members
    In This Topic

    The following tables list the members exposed by PDFRendererSettings.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodGets the background color of the rendered page.  
    Public MethodGets a factory for loading cmap encodings.  
    Public MethodGets the horizontal resolution.  
    Public MethodGets the vertical resolution.  
    Public MethodGets a value specifying how the rendering errors are handled.  
    Public MethodGets the font substitution mappings.  
    Public MethodGets the horizontal resolution of the output TIFF image.  
    Public MethodGets the vertical resolution of the output TIFF image.  
    Public MethodGets the rendering target for content included in PDF layers (optional content).  
    Public MethodGets 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.  
    Public MethodGets 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.  
    Public MethodGets 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.  
    Public MethodGets 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.  
    Public MethodGets the rendering surface.  
    Public MethodGets 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.  
    Public MethodGets a value indicating whether the rendered rectangles should be aligned to pixel grid.  
    Public MethodSets the background color of the rendered page.
    The byte layout for colors ARGB.  
    Public MethodSets the factory for loading cmap encodings.
    A predefined cmap factory for system cmaps is available in the PDF4Java.Cmaps module.  
    Public MethodSets the horizontal resolution.  
    Public MethodSets the vertical resolution.  
    Public MethodSets a value specifying how the rendering errors are handled.  
    Public MethodSets the font substitution mappings.  
    Public MethodSets 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.  
    Public MethodSets 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.  
    Public MethodSets the rendering target for content included in PDF layers (optional content).  
    Public MethodSets 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.  
    Public MethodSets 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.  
    Public MethodSets 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.  
    Public MethodSets 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.  
    Public MethodSets the rendering surface.
    If no rendering surface is provided a default RGBA surface is created.  
    Public MethodSets 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.  
    Public MethodSets a value indicating whether the rendered rectangles should be aligned to pixel grid.  
    Top
    See Also