- fileName
- Name of the annotation file.
- page
- Number of the page to delete. The page number is 1-based. Therefore, the first page is page 1, the second page is page 2, etc.
Visual Basic (Declaration) | |
---|---|
Overloads Public Sub DeletePage( _ ByVal fileName As String, _ ByVal page As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- fileName
- Name of the annotation file.
- page
- Number of the page to delete. The page number is 1-based. Therefore, the first page is page 1, the second page is page 2, etc.
Visual Basic | Copy Code |
---|---|
Public Sub AnnCodecs_DeletePage(ByVal fileName As String) |
C# | Copy Code |
---|---|
public void AnnCodecs_DeletePage(string fileName) |
This method can be used to remove annotation pages from a multi-page annotation file. 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.
Note, you cannot delete a page from an annotation file that has only 1 page.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family