Deletes the specified page from a multipage file in a stream, if the format supports delete operations.
public void DeletePage(
Stream stream,
int pageNumber
)
Public Overloads Sub DeletePage( _
ByVal stream As Stream, _
ByVal pageNumber As Integer _
)
- (BOOL)deletePageInStream:(LTLeadStream *)stream page:(NSInteger)page error:(NSError **)error
public void deletePage(ILeadStream stream, int page)
public:
void DeletePage(
Stream^ stream,
int pageNumber
)
stream
A Stream containing the data of the image 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.
The following file formats support delete operations:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document