ExpertPdf PDF Creator Library
Item Property (index)
NamespacesExpertPdf.PdfCreatorDigitalCertificatesCollectionItem[([(Int32])])
ExpertPdf PDF Creator Library
Gets the certificate at the specified zero besed index from collection.
Declaration Syntax
C#Visual BasicVisual C++
public DigitalCertificate this[
	int index
] { get; }
Public ReadOnly Default Property Item ( _
	index As Integer _
) As DigitalCertificate
public:
property DigitalCertificate^ default[int index] {
	DigitalCertificate^ get (int index);
}
Parameters
index (Int32)
The zero based certificate index.
Return Value
The certificate at the specified index.

Assembly: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator) Version: 5.0.0.0 (5.0.0.0)