Examples of PDStream


Examples of org.pdfbox.pdmodel.common.PDStream

     @param functionType An integer describing the function type, only 0,2,3,4
     *  are defined by the PDF sepc.
     */
    protected PDStreamFunction( PDDocument doc, int functionType )
    {
        function = new PDStream( doc );
        function.getStream().setInt( "FunctionType", functionType );
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.