PdfPrintIsSupportedFile Method (String)Terminal Works - PDF Printing.Net Library
Checks if the file is a valid PDF

Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public bool IsSupportedFile(
	string fileName
)

Parameters

fileName
Type: SystemString
PDF file name

Return Value

Type: Boolean
True if the file is a valid PDF, otherwise false.
See Also

Reference