Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 876 for

auto detection

(0.07 sec)
  1. Support For Interruptable Library|Aspose.Slides...

    Make long-running tasks cancelable with Aspose.Slides for C++. Interrupt rendering and conversions for PowerPoint and OpenDocument safely, with examples....IInterruptionToken > token ) { auto threadFunction = std :: function...void { action ( token ); }); auto thread = System :: MakeObject...

    docs.aspose.com/slides/cpp/support-for-interrup...
  2. Aspose::Words::Loading::TxtLoadOptions::get_Doc...

    Aspose::Words::Loading::TxtLoadOptions::get_DocumentDirection method. Gets or sets a document direction. The default value is LeftToRight in C++....const Examples Shows how to detect plaintext document text direction...we load a plaintext document. auto loadOptions = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.loa...
  3. Aspose::Words::DocumentBase::get_WarningCallbac...

    Aspose::Words::DocumentBase::get_WarningCallback method. Called during various document processing procedures when an issue is detected that might result in data or formatting fidelity loss in C++....procedures when an issue is detected that might result in data...in any of our font sources. auto doc = System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Aspose::Words::Loading::TxtLoadOptions::get_Det...

    Aspose::Words::Loading::TxtLoadOptions::get_DetectHyperlinks method. Specifies either to detect hyperlinks in text. The default value is false in C++....method Specifies either to detect hyperlinks in text. The default... 0 , buf -> get_Length ()); auto loadOptions = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.loa...
  5. Convert PPT and PPTX to PDF in C++ [Advanced Fe...

    Learn how to convert PPT, PPTX, and ODP presentations to PDF in C++ using Aspose.Slides. Implement advanced features like password protection, compliance standards, and custom options for high-quality, accessible PDF documents....password-protect PDF files, detect font substitutions, select...PowerPoint or OpenDocument file. auto presentation = MakeObject <...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  6. Data Visualization API for .NET

    Visualization with .NET...Apply styles for text and auto-detect places on a map. Draw labels...// Conversion to colors is detected automatically. // The maximum...

    products.aspose.com/gis/net/viewer
  7. AI Grammar Checking|Aspose.Words for C++

    Check a document grammar. Aspose.Words for C++ allows users to check grammar and detect errors in documents using OpenAI, Google, and Claude models....users to check grammar and detect errors in documents using the...grammar: void AiGrammar () { auto doc = MakeObject < Document...

    docs.aspose.com/words/cpp/grammar-checking/
  8. Binarization|Documentation

    How to convert an image to black and white using Aspose.OCR for Python via .NET either Automatically or by manually specifying a threshold....uses black and white images to detect text and perform automatic...Live demo Threshold: Source Auto 50 100 150 200 Code snippet...

    docs.aspose.com/ocr/python-net/binarization/
  9. DocumentDirection enumeration | Aspose.Words fo...

    aspose.words.loading.DocumentDirection enumeration. Allows to specify the direction to flow the text in a document.... AUTO Auto-detect direction. Examples Shows...Shows how to detect plaintext document text direction. # Create...

    reference.aspose.com/words/python-net/aspose.wo...
  10. DocumentDirection | Aspose.Words for Java

    Allows to specify the direction to flow the text in a document in Java.... Examples: Shows how to detect plaintext document text direction..."DocumentDirection.Auto" automatically detects // the direction...

    reference.aspose.com/words/java/com.aspose.word...