|
Export specific pages from multipage TIFF without displaying or decoding any of the images.
Public Function TIFExportPages( _ ByVal strSourceTIF As String ,_ ByVal iStartPage As Integer ,_ ByVal iEndPage As Integer ,_ ByVal strOutputDir As String ) As IBool
|
Parameter
strSourceTIF The source of TIFF file.
iStartPage The starting page no. 0 is first index.
iEndPage The endpage no.
strOutputDir The output folder.
Return Value
True - Success False - Failed
Example
|
Visual Basic Syntax ImageViewer1.TIFExportPages "c:\source1.tif", 0,10, "c:\temp"
|
|
|