Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
PdfPageCollection
.
.
::
.
.
Remove Method
PdfPageCollection Class
See Also
Removes a page from a document.
Namespace:
C1.Phone.Pdf
Assembly:
C1.Phone.Pdf
(in C1.Phone.Pdf.dll)
Syntax
C#
public
void
Remove
(
PdfPage
page
)
Visual Basic
Public
Sub
Remove
( _
page
As
PdfPage
_ )
Parameters
page
Type:
C1.Phone.Pdf
.
.
::
.
.
PdfPage
PdfPage
to remove from the document.
See Also
PdfPageCollection Class
C1.Phone.Pdf Namespace