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

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

public bool IsSupportedFile(
	byte[] pdfArray
)

Parameters

pdfArray
Type: SystemByte
PDF content

Return Value

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

Reference