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


In This Topic
    PDFPageRenderer Class Members
    In This Topic

    The following tables list the members exposed by PDFPageRenderer.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new PDFPageRenderer object.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Converts the PDF page to an image.
    A valid rendering surface must be provided in the settings parameter because the rendered page will be available only in the surface's storage.  
    Public MethodOverloaded. Coverts the page to a render list.  
    Public MethodConverts the render list to an image.  
    Public MethodCreates a rendering surface fit for rendering the current page.  
    Public MethodOverloaded. Gets the size in pixels of the page when converted to image at the specified resolution.  
    Public MethodGets the errors that appeared during rendering.
    When the property is set to any of the "IGNORE" modes then this property is filled with the errors that appeared during rendering.  
    Top
    See Also