BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
//Load the document
PdfLoadedDocument loadedDocument = new PdfLoadedDocument(stream);
//Get conformance
PdfConformanceLevel pdfConformance = loadedDocument.Conformance; |