PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFDocumentFileAttachment Class / setContent Method
The content of the attachment.
In This Topic
    setContent Method
    In This Topic
    Sets the attachment content.
    Syntax
    public void setContent( 
       byte[] content
    )

    Parameters

    content
    The content of the attachment.
    See Also