 | PdfAttachmentCollectionCopyTo Method |
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.57.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.57.2704
Syntaxpublic void CopyTo(
PdfAttachment[] array,
int arrayIndex
)
Public Sub CopyTo (
array As PdfAttachment(),
arrayIndex As Integer
)
public:
virtual void CopyTo(
array<PdfAttachment^>^ array,
int arrayIndex
) sealed
abstract CopyTo :
array : PdfAttachment[] *
arrayIndex : int -> unit
override CopyTo :
array : PdfAttachment[] *
arrayIndex : int -> unit
public final void CopyTo(
PdfAttachment[] array,
int arrayIndex
)
function CopyTo(array, arrayIndex);
Parameters
- array
- Type: Patagames.Pdf.NetPdfAttachment
The one-dimensional Array that is the destination of the elements copied from PdfAttachmentCollection. The Array must have zero-based indexing. - arrayIndex
- Type: SystemInt32
The zero-based index in array at which copying begins.
Implements
ICollectionTCopyTo(T, Int32)
ExceptionsException | Condition |
---|
ArgumentNullException | array is null. |
ArgumentOutOfRangeException | arrayIndex is less than 0. |
See Also