com.spire.pdf.utilities
Class MergerOptions

java.lang.Object
  extended by com.spire.pdf.utilities.MergerOptions

public class MergerOptions
extends java.lang.Object

The class can be used to set some options when do merge operation.


Constructor Summary
MergerOptions()
           
 
Method Summary
 void setMergeSameNameFileds(boolean value)
          Sets a value indicates whether to merge the fields which with the same name.
 

Constructor Detail

MergerOptions

public MergerOptions()
Method Detail

setMergeSameNameFileds

public void setMergeSameNameFileds(boolean value)
Sets a value indicates whether to merge the fields which with the same name.

Parameters:
value - The value, default : false.