Leadtools.Windows.Annotations Namespace > AnnCodecs Class > DeletePage Method : DeletePage(Stream,Int32) Method |
'Usage Dim instance As AnnCodecs Dim stream As Stream Dim page As Integer instance.DeletePage(stream, page)
This method can be used to remove annotation pages from a multi-page annotation stream. The page number is 1-based. Therefore, the first page is page 1, the second page is page 2, and so on. This method can be used for all LEAD annotation file formats. To determine the format for a particular LEAD annotation file, use GetInformation(String,AnnCodecsInformation).
Note, you cannot delete a page from an annotation file that has only 1 page.
For C#/VB examples, refer to DeletePage(String,Int32).