Sort Score
Result 10 results
Languages All
Labels All
Results 6,751 - 6,760 of 31,393 for

new

(0.07 sec)
  1. Sentiment classification usage | Documentation

    Create an instance of SentimentClassifier class. It is multilingual and supports English, Chinese, Spanish, and German. Creates SentimentClassifier instance var sentimentClassifier = New SentimentClassifier(); and call PositiveProbability method Classifies sentiment by text var positiveProbability = sentimentClassifier.PositiveProbability("This is a New must-have thing."); Console.WriteLine($"The probability of a positive sentiment is { positiveProbability }"); or call Classify method Classifies sentiment by text var response = sentimentClassifier.Classify("This is a New must-have thing."); Console.WriteLine($"The best class name:{response....Consulting Blog Knowledge Base New Releases Status Websites aspose...instance var sentimentClassifier = new SentimentClassifier (); and call...

    docs.groupdocs.com/classification/net/sentiment...
  2. Add text watermarks | Documentation

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...... using ( Viewer viewer = new Viewer ( "sample.docx" )) { //...

    docs.groupdocs.com/viewer/net/add-text-watermark/
  3. License.SetLicense Method (Stream) - GroupDocs....

    Licenses the component....(FileStream licenseStream = new FileStream( "LicenseFile.lic"...GroupDocs.Merger.License lic = new GroupDocs.Merger.License(); lic...

    apireference.groupdocs.com/merger/net/groupdocs...
  4. PreviewSignatureOptions Constructor (SignOption...

    Initializes PreviewSignatureOptions object....createSignatureStrea ) Public Sub New ( signOptions As SignOptions...CreateSignatureStrea ^ createSignatureStrea ) new : signOptions : SignOptions *...

    apireference.groupdocs.com/signature/net/groupd...
  5. Report Generation API for .NET

    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....wait and walk through what’s new in the latest release. You may...series dynamically. Furthermore, new identifiers for barcodes are...

    blog.groupdocs.com/tag/report-generation-api-fo...
  6. Replace missing font | Documentation

    This article explains how to replace missing font when rendering documents with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...... using ( Viewer viewer = new Viewer ( "sample.pptx" )) { //...

    docs.groupdocs.com/viewer/net/replace-missing-f...
  7. GroupDocsSignatureException Class - GroupDocs.S...

    Represents the generic errors that occur during document processing....GroupDocsSignatureEx Initializes a new instance of the GroupDocsSignatureEx...GroupDocsSignatureEx(String) Initializes a new instance of the GroupDocsSignatureEx...

    apireference.groupdocs.com/signature/net/groupd...
  8. Text redaction in PDF using C# - Free Support F...

    Minutes_Audit_ Mar 20, 2020.pdf (47.2 KB) I cannot play with Redact by text for this attached document, some keywords in this document are not redacting, keywords i tried to redact is -(committee, meeting, march). whe…...code: using (Redactor redactor = new Redactor(@"D:/Minutes_Audit_...redactor.Apply(new ExactPhraseRedaction("committee", new ReplacementOptions("[sample...

    forum.groupdocs.com/t/text-redaction-in-pdf-usi...
  9. Font information gets lost for unicode characte...

    When converting text containing some Unicode characters (like ą or ł) then some default font is used instead of the one from the source html. The rest of the text also has a different font then the source. source html a…...We have opened the following new ticket(s) in our internal issue...text font changes to “Times New Roman” Special Unicode characters...

    forum.groupdocs.com/t/font-information-gets-los...
  10. Conversion API: PDF to MOBI, EPUB to MOBI in C#...

    GroupDocs.Conversion for .NET API converts any supported file type to MOBI eBook file format, export specific worksheets from spreadsheets in C#, .NET Apps....using (Converter converter = new Converter( "sample.pdf" )) {...for MOBI format var options = new EBookConvertOptions { Format...

    releases.groupdocs.com/conversion/net/new-relea...