PDF .Net is designed to enable your applications convert PDF documents!
PDF .Net is designed to enable your applications convert PDF documents!
PDF .Net
SautinSoft.Pdf.Objects
PdfArray Class
PdfArray Methods
Add Method
Clear Method
Clone Method
Contains Method
CopyTo Method
Create Method
GetEnumerator Method
IndexOf Method
Insert Method
Remove Method
RemoveAt Method
ToString Method
Pdf
Array
Remove
At Method
Removes the
PdfBasicObject
at the specified index of the
PdfArray
.
Namespace:
SautinSoft.Pdf.Objects
Assembly:
SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
C#
VB
Copy
public
void
RemoveAt
(
int
index
)
Public
Sub
RemoveAt
(
index
As
Integer
)
Parameters
index
Int32
The zero-based index of the
PdfBasicObject
to remove.
Implements
IList
T
RemoveAt(Int32)
IList
RemoveAt(Int32)
Exceptions
Exception
Condition
InvalidOperationException
The current
PdfArray
is read-only (
IsReadOnly
returns
).
ArgumentOutOfRangeException
index
is less than 0 or
index
is equal to or greater than
Count
.
See Also
Reference
PdfArray Class
SautinSoft.Pdf.Objects Namespace
SautinSoft 2002 - 2025
Send comments on this topic to
support@sautinsoft.com