|
PdfPageCollectionItem Property
|
Gets or sets the page at the specified zero based index in the pages collection.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic PdfPage this[
int index
] { get; set; }Public Default Property Item (
index As Integer
) As PdfPage
Get
Set
Parameters
- index Int32
- The zero based page index in the pdf pages collection.
Return Value
PdfPageThe pdf page at the specified index.
See Also