 | PdfAttachmentCollectionItem(Int32) Property |
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PdfAttachment this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As PdfAttachment
Get
public:
property PdfAttachment^ default[int index] {
PdfAttachment^ get (int index);
}member Item : PdfAttachment with get
/** @property */
public PdfAttachment get_Item(
int index
)
function get_Item(index);
Parameters
- index Int32
- The zero-based index of the element to get.
Return Value
PdfAttachmentThe value at the specified
index in the
PdfAttachmentCollection object.
Exceptions
See Also