Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 4,644 for

values

(0.17 sec)
  1. Search results | GroupDocs

    This article shows that how to perform the operations on search results.... The property returns a value indicating that the result is...returns the found terms. The value is evaluated each time the property...

    docs.groupdocs.com/search/net/search-results/
  2. Working with Metadata in ASF Files | GroupDocs

    Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console.... WriteLine ( "Value: {0}" , descriptor . Value ); Console . WriteLine...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Searching watermarks | GroupDocs

    This article explains how to search watermarks while using GroupDocs. Watermarks API.... The value should be between 0 and 1. The value 0 means that...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/watermark/nodejs-java/search...
  4. Quét mã QR trực tuyến | Quét mã QR bằng Hình ản...

    Quét mã QR trực tuyến. Quét hình ảnh Mã QR và quét bằng camera. Chúng tôi cũng sẽ thảo luận về cách quét mã QR theo chương trình bằng C# & Java....CodeTypeName +" Code Value: " + barcode.Value); } } Bạn có thể hiểu...WriteLine(barcode.getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/vi/parser/scan-qr-code-online/
  5. eSign Presentation with Metadata signature | Gr...

    This article explains how to add metadata signatures to Presentation document with GroupDocs.Signature...metadata contains pair of Name and Value, Name should be unique within...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/esign-present...
  6. eSign Word Processing document with Metadata si...

    This article explains how to sign Word Processing document with metadata signatures by GroupDocs.Signature....metadata contains pair of Name and Value, Name should be unique within...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/signature/python-net/esign-w...
  7. eSign Spreadsheet with Metadata signature | Gro...

    This article explains how to add metadata signatures to Spreadsheet document with GroupDocs.Signature...metadata contains pair of Name and Value, Name should be unique within...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/signature/python-net/esign-s...
  8. Extract images from Microsoft Office Excel spre...

    To extract images from Microsoft Office Excel spreadsheets getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from Microsoft Office Excel spreadsheets as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for CSV files. Therefore, for CSV file getImages method returns null....Warning method returns null value if image extraction isn’t supported...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/java/extract-images-f...
  9. Extract text from Emails | GroupDocs

    To extract a text from emails getText method is used. This method allows to extract a text from the entire document. Pagination and raw mode is not supported for emails. Here are the steps to extract a text from an email: Instantiate Parser object for the initial email; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....Warning method returns null value if text extraction isn’t supported...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/java/extract-text-fro...
  10. Extract text from Emails | GroupDocs

    Extract text from emails using GetText method....Warning method returns null value if text extraction isn’t supported...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/net/extract-text-from...