Class PDFormContentStream

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public final class PDFormContentStream
    extends PDAbstractContentStream
    • Constructor Detail

      • PDFormContentStream

        public PDFormContentStream​(PDFormXObject form)
                            throws java.io.IOException
        Create a new form XObject content stream.
        Parameters:
        form - The form XObject stream to write to.
        Throws:
        java.io.IOException - If there is an error writing to the form contents.