Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

DeletePage(String,Int32) Method








A String containing the name of the file from which to delete the page.
1-based index of the page to delete. Use -1 to delete the last page. Use 1 to delete the first page.
Deletes the specified page from a multi-page file, if the format supports delete operations.
Syntax
public void DeletePage( 
   string fileName,
   int pageNumber
)
'Declaration
 
Public Overloads Sub DeletePage( _
   ByVal fileName As String, _
   ByVal pageNumber As Integer _
) 
'Usage
 
Dim instance As RasterCodecs
Dim fileName As String
Dim pageNumber As Integer
 
instance.DeletePage(fileName, pageNumber)
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:
Example
For an example, refer to Save.
Requirements

Target Platforms

See Also

Reference

RasterCodecs Class
RasterCodecs Members
Overload List
Loading and Saving Images
Loading and Saving Large TIFF / BigTIFF Files
Speeding Up 1-Bit Documents
Fast File Info

Error processing SSI file