Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 49,664 for

signature

(0.08 sec)
  1. GroupDocs.Signature Product Family | GroupDocs ...

    Automate document signing with secure cross platform eSignature APIs for your personal or business Signatures...Signature Product Family GroupDocs.Signature for .NET...verify most popular digital signature types to Microsoft Office...

    reference.groupdocs.com/signature/
  2. QrCodeSignature.GetData(T) Method (IDataEncrypt...

    Obtain object from QR-Code Signature Text over deserialization....Signature for .NET - API Reference GroupDocs.Signature for...GroupDocs.Signature.Domain Namespaces GroupDocs.Signature.Domain...

    apireference.groupdocs.com/signature/net/groupd...
  3. DocumentInfo.QrCodeSignatures Property - GroupD...

    Collection of document QR-code Signatures added or updated by Signature methods....Signature for .NET - API Reference GroupDocs.Signature for...GroupDocs.Signature.Domain Namespaces GroupDocs.Signature.Domain...

    apireference.groupdocs.com/signature/net/groupd...
  4. DigitalVerifyOptions.SubjectName Property - Gro...

    Subject distinguished name of the certificate to validate. Value is case sensitive. If this property is set verification will check if Signature su...Signature for .NET - API Reference GroupDocs.Signature for...GroupDocs.Signature.Options Namespaces GroupDocs.Signature.Options...

    apireference.groupdocs.com/signature/net/groupd...
  5. SignatureAppearance Class - GroupDocs.Signature...

    Represents the Signature appearance - additional options for alternative implementations of sign on document page....Signature for .NET - API Reference GroupDocs.Signature for...GroupDocs.Signature.Options Namespaces GroupDocs.Signature.Options...

    apireference.groupdocs.com/signature/net/groupd...
  6. file upload

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....explain how to: use GroupDocs Signature, share documents with your...

    blog.groupdocs.com/tag/file-upload/
  7. uploading files

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....explain how to: use GroupDocs Signature, share documents with your...

    blog.groupdocs.com/tag/uploading-files/
  8. Add form field esignatures in your .NET based P...

    post. Tagged with net, api, eSignature, esign....Signature for .NET is a document esigning...insert checkbox form field signature in a PDF document on .NET...

    dev.to/groupdocs/add-form-field-esignatures-in-...
  9. PdfTextStickerVerifyExtensions | GroupDocs.Sign...

    Describes extensions of verification of PDF sticker object....Creates PDF text sticker signature verification extensions with...GroupDocs.Signature.Options assembly GroupDocs.Signature PdfTextAnnotationVer...

    reference.groupdocs.com/signature/net/groupdocs...
  10. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Signature Product Solution GroupDocs...information about digital signatures associated with a document...

    docs.groupdocs.com/metadata/net/working-with-me...