Class DwfMergeOptions

DwfMergeOptions class

The DWF merge options.

public class DwfMergeOptions

Constructors

NameDescription
DwfMergeOptions()The default constructor.

Properties

NameDescription
DestinationPageNames { get; set; }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.
MergeType { get; set; }Gets or sets the merge type.
SourcePageNames { get; set; }Gets or sets the source DWF image page names that will be merge with DWF image. If not set, will be merged all pages.
SourcePath { get; set; }Gets or sets the source path. Full path to source image that will be merge with DWF image.

See Also