HiQPdf Documentation

PdfCertificatesCollectionItem Property

Quickly Create High Quality PDFs
Gets the certificate at the given index from collection

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfCertificate this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The certificate index

Return Value

Type: PdfCertificate
The certificate at the given index in collection
See Also

Reference