DwfMergeOptions
The DWF merge options.
Constructors
| Constructor | Description |
|---|---|
| DwfMergeOptions() |
Methods
| Method | Description |
|---|---|
| getMergeType() | Gets or sets the merge type. |
| setMergeType(int value) | Gets or sets the merge type. |
| getSourcePath() | Gets or sets the source path. Full path to source image that will be merge with DWF image. |
| setSourcePath(String value) | Gets or sets the source path. Full path to source image that will be merge with DWF image. |
| getSourcePageNames() | Gets or sets the source DWF image page names that will be merge with DWF image. If not set, will be merged all pages. |
| setSourcePageNames(String[] value) | Gets or sets the source DWF image page names that will be merge with DWF image. If not set, will be merged all pages. |
| getDestinationPageNames() | Gets or sets the page names of destination DWF image to witch will be add raster overlay image. If not set, raster overlay image will be add to all pages. |
| setDestinationPageNames(String[] value) | Gets or sets the page names of destination DWF image to witch will be add raster overlay image. If not set, raster overlay image will be add to all pages. |
DwfMergeOptions()
public DwfMergeOptions()
getMergeType()
public final int getMergeType()
Gets or sets the merge type.
Returns: int
setMergeType(int value)
public final void setMergeType(int value)
Gets or sets the merge type.
getSourcePath()
public final String getSourcePath()
Gets or sets the source path. Full path to source image that will be merge with DWF image.
Returns: String
setSourcePath(String value)
public final void setSourcePath(String value)
Gets or sets the source path. Full path to source image that will be merge with DWF image.
getSourcePageNames()
public final String[] getSourcePageNames()
Gets or sets the source DWF image page names that will be merge with DWF image. If not set, will be merged all pages.
Returns: String[]
setSourcePageNames(String[] value)
public final void setSourcePageNames(String[] value)
Gets or sets the source DWF image page names that will be merge with DWF image. If not set, will be merged all pages.
getDestinationPageNames()
public final String[] getDestinationPageNames()
Gets or sets the page names of destination DWF image to witch will be add raster overlay image. If not set, raster overlay image will be add to all pages.
Returns: String[]
setDestinationPageNames(String[] value)
public final void setDestinationPageNames(String[] value)
Gets or sets the page names of destination DWF image to witch will be add raster overlay image. If not set, raster overlay image will be add to all pages.