←Select platform

DeletePage(string,int) Method

Summary

Deletes the specified page from a multi-page file, if the format supports delete operations.

Syntax

C#
VB
Objective-C
WinRT C#
C++
public void DeletePage( 
   string fileName, 
   int pageNumber 
) 
Public Overloads Sub DeletePage( _ 
   ByVal fileName As String, _ 
   ByVal pageNumber As Integer _ 
)  
public void DeletePage(  
   string fileName, 
   int pageNumber 
) 
- (BOOL)deletePageInFile:(NSString *)file page:(NSInteger)page error:(NSError **)error 
 function Leadtools.Codecs.RasterCodecs.DeletePage(String,Int32)(  
   fileName , 
   pageNumber  
) 
public: 
void DeletePage(  
   String^ fileName, 
   int pageNumber 
)  

Parameters

fileName
A String containing the name of the file from which to delete the page.

pageNumber
1-based index of the page to delete. Use -1 to delete the last page. Use 1 to delete the first page.

Remarks

The following file formats support delete operations:

  • TIFF (most TIFF formats, including JTIF, but excluding EXIF)
  • PCX
  • Winfax
Example

For an example, refer to Save.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly