Click or drag to resize

PdfEmbeddedFileCollectionItem Property

Gets the element at the specified index.

Namespace:  RadPdf.Data.Document.EmbeddedFiles
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.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