PdfCertificatesCollectionItem Property
Gets the certificate at the given index from collection
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public PdfCertificate this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As PdfCertificate
Get
public:
property PdfCertificate^ default[int index] {
PdfCertificate^ get (int index);
}
member Item : PdfCertificate with get
- index Int32
- The certificate index
PdfCertificateThe certificate at the given index in collection