Visual Basic (Declaration) | |
---|---|
Public Sub DeletePage( _ ByVal fileName As String, _ ByVal page As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- fileName
- A String containing the name of the file from which to delete the page.
- page
- 1-based index of the page to delete. Use -1 to delete the last page. Use 1 to delete the first page.
For an example, refer to Save.
The following file formats support delete operations:
TIFF (most TIFF formats, including JTIF, but excluding EXIF) PCX Winfax
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family