Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 2,357 for

qr code

(0.08 sec)
  1. Sign document with HIBC PAS barcode Symbology |...

    This article explains how to sign document with HIBC PAS barCode Symbology signatures.../ Signing documents / Complex QR entries / ✎ HIBC PAS Sign document...{ EncodeType = QrCodeTypes . QR , Left = 100 , Top = 100 , Data...

    docs.groupdocs.com/signature/net/sign-document-...
  2. Sign Images with Metadata Signature using Group...

    New month, new release! We have released version 19.1 of GroupDocs.Signature for .NET that brings a couple of new features as well as two bug fixes and two improvements. The latest version provides metadata signature features for image files. Furthermore, the API now supports rounded corners for rectangle stamp signature types. For more details on what’s new in the latest release, please have a look at release notes. Features Introduced Metadata Signature Features for ImagesIn the latest version, we have introduced a new feature of singing images with metadata signatures that are based on Exchangeable Image File Format (EXIF) specification....processing for wide areas QR/Bar code with wide border cannot be...References Examples - Source Code Examples, Showcases, and Plugins...

    blog.groupdocs.com/signature/sign-images-with-m...
  3. Handling password required exception | GroupDocs

    This article shows how to handle missing document password exception with GroupDocs.Signature API.... Cover the code that works with object methods...{ EncodeType = QrCodeTypes . QR , Left = 100 , Top = 100 }; //...

    docs.groupdocs.com/signature/net/handling-passw...
  4. Handling password required exception | GroupDocs

    This article shows how to handle missing document password exception with GroupDocs.Signature API.... Cover the code that works with object methods...setEncodeType ( QrCodeTypes . QR ); options . setLeft ( 100 );...

    docs.groupdocs.com/signature/java/handling-pass...
  5. Signature Use Cases | GroupDocs

    In this section you will find examples of using GroupDocs.Signature for Python via .NET while documents processing....using Python How to generate QR Code and sign document using Python...

    docs.groupdocs.com/signature/python-net/signatu...
  6. Load password-protected document | GroupDocs

    This article explains how to load password protected document with GroupDocs.Signature API.... The following code sample shows how to process...setEncodeType ( QrCodeTypes . QR ); options . setLeft ( 100 );...

    docs.groupdocs.com/signature/java/load-password...
  7. Search for electronic signatures in document | ...

    This topic learns how to search for document electronic signature and its details...Metadata πŸ” Form field πŸ” Text πŸ” QR Code πŸ” Image πŸ” Multiple types...

    docs.groupdocs.com/signature/java/search-for-el...
  8. Load document from Stream | GroupDocs

    This section explains how to load document from stream with GroupDocs.Signature API.... Following code snippet serves this purpose...{ EncodeType = QRCodeTypes . QR , Left = 100 , Top = 100 }; //...

    docs.groupdocs.com/signature/net/load-document-...
  9. Scan Barcode Online | Barcode Scanning using Im...

    Scan barCodes online. Scan barCode images and scan using the camera. We will also discuss how to programmatically scan barCodes using C# & Java.... Utilize the following code to scan the barcode: You can...steps and the below-mentioned code snippet to read barcodes with...

    blog.groupdocs.com/parser/scan-barcode-online/
  10. Basic usage | GroupDocs

    Quick Start section about main features of GroupDocs.Signature API, describes how to sign documents with just couple lines of Code.... image, digital, barcode, QR-code, stamp, form field, metadata...required namespaces The following code shows how to include required...

    docs.groupdocs.com/signature/net/basic-usage/