Accusoft ImagXpress 12
CompactFile Method
See Also  Send comments on this topic.
sourceFile
The path of the multiple page TIFF file that needs to be compacted.
destFile
The destination path to the new compacted multiple page TIFF file.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : CompactFile Method

Glossary Item Box

Description

Compacts a multiple page TIFF file by removing unused pages.

Syntax

Visual Basic
Public Sub CompactFile( _
   ByVal sourceFile As String, _
   ByVal destFile As String _
) 

Parameters

sourceFile
The path of the multiple page TIFF file that needs to be compacted.
destFile
The destination path to the new compacted multiple page TIFF file.

Remarks

This method copies all pages from the sourceFile to the destFile. Pages in the sourceFile which have been deleted or are not pointed to by any IFDs are not copied.

Note: Available in Professional Edition.

See Also

©2013. Accusoft Corporation. All Rights Reserved.