 | PdfAttachmentCollectionRemoveAt Method |
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
Syntaxpublic void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
public:
void RemoveAt(
int index
)
member RemoveAt :
index : int -> unit
public void RemoveAt(
int index
)
function RemoveAt(index);
Parameters
- index
- Type: SystemInt32
The zero-based index of the item to remove.
Exceptions
See Also