Click or drag to resize

PdfAttachmentCollectionRemoveAt Method

Removes the PdfAttachmentCollection item at the specified index.

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
Syntax
public void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
The zero-based index of the item to remove.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionindex is not a valid index in the collection.
See Also