fr.opensagres.xdocreport.itext.extension
Interface IPdfWriterConfiguration


public interface IPdfWriterConfiguration

API for the configuration to use to configure iText PdfWriter and null otherwise


Method Summary
 void configure(com.lowagie.text.pdf.PdfWriter writer)
          Configure the given PdfWriter
 

Method Detail

configure

void configure(com.lowagie.text.pdf.PdfWriter writer)
Configure the given PdfWriter

Parameters:
writer - iText PdfWriter to configure.


Copyright © 2013. All rights reserved.