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

qr code

(0.17 sec)
  1. 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...
  2. eSign Document with Barcode Signature | GroupDocs

    This article explains how to add BarCode signature on document page with various options like barCode type, barCode text, positioning, alignment and other visual settings with GroupDocs.Signature for Python via .NET... A barcode or bar code is a way of presenting data...encode_type = BarcodeTypes . QR # Set barcode position options...

    docs.groupdocs.com/signature/python-net/esign-d...
  3. How to load password-protected document | Group...

    This article explains how to load password protected document with GroupDocs.Signature API.... The following code sample shows how to process...{ EncodeType = QRCodeTypes . QR , Left = 100 , Top = 100 }; //...

    docs.groupdocs.com/signature/net/load-password-...
  4. 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...
  5. 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/
  6. 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/java/basic-usage/
  7. Update Signatures in Documents | GroupDocs

    This section shows how to update electronic signatures in documents using GroupDocs.Signature for Python via .NET....signatures: ๐Ÿ“ Barcode ๐Ÿ“ Image ๐Ÿ“ QR Code ๐Ÿ“ Text Was this page helpful...

    docs.groupdocs.com/signature/python-net/update-...
  8. 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...
  9. 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...
  10. Handling incorrect document password exception ...

    This article shows how to handle incorrect 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-incor...