Click or drag to resize

PdfEmbeddedFileCollectionItem Property

Gets the element at the specified index.

Namespace:  RadPdf.Data.Document.EmbeddedFiles
Assembly:  RadPdf (in RadPdf.dll) Version: 3.47.0.0 (3.47.0.0)
Syntax
public PdfEmbeddedFile this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero-based index of the PdfEmbeddedFile to get or set.

Return Value

Type: PdfEmbeddedFile
The PdfEmbeddedFile at the specified index.
See Also