Declaring Type: PdfUtils
Namespace: Mindee.Pdf
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623
Returns true if the source PDF has source text inside. Returns false for images.
public static bool HasSourceText(byte[] fileBytes);
fileBytes
byte[]
A byte array representing a PDF.
bool
True if at least one character exists in one page.
Documentation generated by MdDocs