PageCollectionItem Property
Gets or sets the page at the specified zero based index in the pages collection.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public PdfPage this[
int pageIndex
] { get; set; }
Public Default Property Item (
pageIndex As Integer
) As PdfPage
Get
Set
public:
property PdfPage^ default[int pageIndex] {
PdfPage^ get (int pageIndex);
void set (int pageIndex, PdfPage^ value);
}
member Item : PdfPage with get, set
- pageIndex Int32
- The zero based page index in the collection.
PdfPageThe PDF page at the specified index