PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render Package / PDFDocumentRenderer Class / PDFDocumentRenderer Constructor
The document to be rendered.
In This Topic
    PDFDocumentRenderer Constructor
    In This Topic
    Initializes a new Object.
    Syntax
    public PDFDocumentRenderer( 
       PDFFixedDocument document
    )

    Parameters

    document
    The document to be rendered.
    Exceptions
    ExceptionDescription
    when document is null.
    See Also