THotPDF.GetLoadedPageContentStreamCount Method
Resumen del método: THotPDF.GetLoadedPageContentStreamCount Method
Declaración
function GetLoadedPageContentStreamCount(PageIndex: Integer): Integer;
Unidad
HPDFDoc
Parámetros
| Nombre | Propósito |
|---|---|
PageIndex | Zero-based loaded page index |
Valor de retorno
Returns zero for no content, one for a single stream, or the number of streams in a Contents array
Notas de uso
- A single stream returns one and a Contents array returns its item count
- A missing Contents entry or invalid page index returns zero
APIs relacionadas
- THotPDF
- THPDFPage
- Contenido