PdfEmbeddedFileCollectionItem Property |
Gets the element at the specified index.
Namespace:
RadPdf.Data.Document.EmbeddedFiles
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public PdfEmbeddedFile this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As PdfEmbeddedFile
Get
Parameters
- index
- Type: SystemInt32
The zero-based index of the PdfEmbeddedFile to get or set.
Return Value
Type:
PdfEmbeddedFileThe
PdfEmbeddedFile at the specified index.
See Also