Barcode signatures verification for Png files

API for .NET provides opportunity to verify Barcode signatures at Png documents. Verification of e-signatures inside your Png documents might be performed quickly and easily.


Download Free Trial

Discover new GroupDocs.Signature for .NET API features

GroupDocs.Signature for .NET API provides wide range of ways to process numerous documents formats by using electronic signatures. Many types of digital signatures as texts, images, digital certificates, barcodes, QR-codes, stamps or metadata are supported. Customers can add, remove, edit, validate or search digital signatures at PDFs, MS Word documents, MS Excel workbooks, MS PowerPoint presentations, Adobe Photoshop files and various image formats. Astonishing number of additional features and settings are available.

How to validate Barcode signatures in your Png document

GroupDocs.Signature for .NET includes useful features like verification of Barcode signatures placed at Png documents. Use this opportunity without implementing extra code.

  • Firstly, instantiate Signature class providing as a constructor parameter path to a document which is supposed to be verified.
  • Secondly, create a new VerifyOptions object and set up all required properties.
  • Finally, invoke Signature’s object Verify method passing VerifyOptions instance.
  • Then process verification results.

System Requirements

GroupDocs.Signature for .NET are supported on all major platforms and operating systems. Before executing the code below, please make sure that you have the following prerequisites installed on your system.

  • Operating systems: Microsoft Windows, Linux, MacOS
  • Development environments: Microsoft Visual Studio, Xamarin, MonoDevelop
  • Frameworks: .NET Framework, .NET Standard, .NET Core, Mono
  • Download the latest version of GroupDocs.Signature for .NET from Nuget


// Set up input Png file
string filePath = "input.png";

// Instantiate Signature for input file
using (var signature = new GroupDocs.Signature.Signature(filePath))
{
        //Provide verification options
        BarcodeVerifyOptions options = new BarcodeVerifyOptions()
        {
            // process only specified page
            PageNumber = 3,
            AllPages = false,
            // set up text match type
            MatchType = TextMatchType.Contains,
            // specify text pattern to search
            Text = "Special signature",
        };

        // Verify document signatures
        VerificationResult result = signature.Verify(options);

        //process result
        if (result.IsValid)
        {
            //..
        }
}

Signing with Barcode signatures Live Demo

Add various electronic signatures to Png file right now by visiting the GroupDocs.Signature App website.

No need to download API

No need to write any code

Just upload the source file

Get download link to save the file

Verify other Barcode signatures using C#

“Verification of electronic signatures placed in various documents. Check quality of signatures in the popular file formats as revealed below.”

Verify BARCODE in PDF

(Portable Document Format)

Verify BARCODE in DOC

(Microsoft Word Binary Format)

Verify BARCODE in DOCX

(Office 2007+ Word Document)

Verify BARCODE in DOCM

(Microsoft Word 2007 Marco File)

Verify BARCODE in DOT

(Microsoft Word Template Files)

Verify BARCODE in DOTM

(Microsoft Word 2007+ Template File)

Verify BARCODE in DOTX

(Microsoft Word Template File )

Verify BARCODE in ODT

(OpenDocument Text File Format)

Verify BARCODE in OTT

(OpenDocument Standard Format)

Verify BARCODE in RTF

(Rich Text Format)

Verify BARCODE in XLS

(Microsoft Excel Spreadsheet (Legacy))

Verify BARCODE in XLSX

(Open XML Workbook)

Verify BARCODE in XLSM

(Macro-enabled Spreadsheet)

Verify BARCODE in XLSB

(Excel Binary Workbook)

Verify BARCODE in CSV

(Comma Seperated Values)

Verify BARCODE in ODS

(OpenDocument Spreadsheet)

Verify BARCODE in OTS

(OpenDocument Spreadsheet Template)

Verify BARCODE in XLTX

(Excel Template)

Verify BARCODE in XLTM

(Excel Macro-Enabled Template)

Verify BARCODE in PPT

(Microsoft PowerPoint 97-2003)

Verify BARCODE in PPTX

(Open XML presentation Format)

Verify BARCODE in PPS

(PowerPoint Slide Show)

Verify BARCODE in PPSX

(PowerPoint Slide Show)

Verify BARCODE in ODP

(OpenDocument Presentation Format)

Verify BARCODE in OTP

(OpenDocument Standard Format)

Verify BARCODE in POTX

(Microsoft PowerPoint Template Presentation)

Verify BARCODE in POTM

(Microsoft PowerPoint Template File)

Verify BARCODE in PPTM

(Macro-enabled Presentation File)

Verify BARCODE in PPSM

(Macro-enabled Slide Show)

Verify BARCODE in JPG

(Joint Photographic Expert Group Image)

Verify BARCODE in BMP

(Bitmap Image File)

Verify BARCODE in GIF

(Graphical Interchange Format)

Verify BARCODE in TIFF

(Tagged Image File Format)

Verify BARCODE in SVG

(Scalar Vector Graphics)

Verify BARCODE in WEBP

(Raster Web Image Format)

Verify BARCODE in WMF

(Windows Metafile)

Back to top
 English