MergeToImages

MergeToImages(string[], ImageSaveOptionsMergeFormatMode)

Merges the given input documents into a single output document using specified input output file names and save options. Renders the output to images.

public static Stream[] MergeToImages(string[] inputFiles, ImageSaveOptions saveOptions, 
    MergeFormatMode mergeFormatMode)
ParameterTypeDescription
inputFilesString[]The input file names.
saveOptionsImageSaveOptionsThe save options.
mergeFormatModeMergeFormatModeSpecifies how to merge formatting that clashes.

See Also


MergeToImages(Stream[], ImageSaveOptionsMergeFormatMode)

Merges the given input document streams into a single output document using specified image save options. Renders the output to images.

public static Stream[] MergeToImages(Stream[] inputStreams, ImageSaveOptions saveOptions, 
    MergeFormatMode mergeFormatMode)
ParameterTypeDescription
inputStreamsStream[]The input file streams.
saveOptionsImageSaveOptionsThe save options.
mergeFormatModeMergeFormatModeSpecifies how to merge formatting that clashes.

See Also