Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 5,068 for

values

(0.83 sec)
  1. Czytnik kodów QR przy użyciu języka C# | Zeskan...

    Jak zeskanować kod QR za pomocą C# w aplikacji .NET. Przykład w języku C#, który odczytuje kod QR z obrazu, co pomoże Ci zbudować internetowy skaner QR....CodeTypeName +" Code Value: " + barcode.Value); } } Uzyskaj bezpłatną...

    blog.groupdocs.com/pl/parser/scan-qr-code-using...
  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. 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/
  4. Working with IPTC IIM metadata | GroupDocs

    Access, read, update, and remove IPTC IIM metadata using GroupDocs.Metadata for Python via .NET.... value . raw_value ) # underlying value if __name__...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/python-net/working-...
  5. Видобуток даних із файлів бази даних за допомог...

    База даних вважається невід’ємною частиною більшості програм. База даних відіграє життєво важливу роль у зберіганні, доступі та маніпулюванні даними. Існує багато систем керування базами даних, які дозволяють створювати та керувати базами даних для вас. Однак може виникнути сценарій, коли вам потрібен спосіб витягти дані з файлів бази даних, наприклад файлу .db, без встановлення системи керування базою даних або написання запитів SQL. Як би ви проаналізувати файл бази даних у такому випадку та отримати з нього дані?...Value)) { Console.WriteLine(reader...parser.GetText(i.PageIndex.Value)) { Console.WriteLine(reader...

    blog.groupdocs.com/uk/parser/extract-data-from-...
  6. Trình đọc mã QR bằng C# | Quét mã QR từ hình ảnh

    Cách quét Mã QR bằng C# trong ứng dụng .NET. Ví dụ C# đọc Mã QR từ hình ảnh sẽ giúp bạn xây dựng trình quét QR trực tuyến....CodeTypeName +" Code Value: " + barcode.Value); } } Nhận giấy phép...

    blog.groupdocs.com/vi/parser/scan-qr-code-using...
  7. Extract images from Microsoft Office Word docum...

    To extract images from Microsoft Office Word documents 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 Word documents 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 TXT files. Therefore, for TXT 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...
  8. 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...
  9. 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...
  10. Text file encoding detection | GroupDocs

    This article explains that how to detect encoding of a text file automatically in Java.... Passing the true value as an argument to this method...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/search/java/text-file-encodi...