com.spire.pdf.utilities
Class MergerOptions
java.lang.Object
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.
|
Method Summary |
void |
setMergeSameNameFileds(boolean value)
Sets a value indicates whether to merge the fields which with the same name. |
MergerOptions
public MergerOptions()
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.