Winnovative PDF Creator Library for .NET
Item Property (index)
NamespacesWinnovative.PdfCreatorDigitalCertificatesCollectionItem[([(Int32])])
Winnovative PDF Creator Library for .NET
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: Winnovative.PdfCreator (Module: Winnovative.PdfCreator) Version: 5.0.3.0 (5.0.3.0)