XPdfFormExtractPageNumber Method Terminal Works - PDF Printing.Net Library
Extracts the page number if the path has the form 'MyFile.pdf#123' and returns the actual path without the number sign and the following digits.

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public static string ExtractPageNumber(
	string path,
	out int pageNumber
)

Parameters

path
Type: SystemString
pageNumber
Type: SystemInt32

Return Value

Type: String
See Also

Reference