Packages

 

com.aspose.cad.fileformats.dwf

Class DwfMergeOptions



  • public class DwfMergeOptions
    extends Object

    The DWF merge options.

    • Constructor Detail

      • DwfMergeOptions

        public DwfMergeOptions()
    • Method Detail

      • getMergeType

        public final int getMergeType()

        Gets or sets the merge type.

      • setMergeType

        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.

      • setSourcePath

        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.

      • setSourcePageNames

        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.

      • setDestinationPageNames

        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.