PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render Package / PDFPageRenderer Class / getRenderingErrors Method
In This Topic
    getRenderingErrors Method
    In This Topic
    Gets 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.
    Syntax
    public PDFRenderingError[] getRenderingErrors()

    Return Value

    An array of PDFRenderingError objects or null if there were no errors during rendering.
    See Also