Link Search Menu Expand Document

BarcodeWebImageGetPdfPageCount Method (String)

Returns count of pages in PDF document.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public int GetPdfPageCount(
	string fileName
)

Parameters

fileName
Type: SystemString
PDF file path.

Return Value

Type: Int32
Page count.

Implements

IBarcodeGetPdfPageCount(String)
See Also

Reference