Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 12,143 for

replacement

(0.07 sec)
  1. Search EML document without opening via .NET | ...

    C# source code to search words with pattern in EML file on .NET Framework, .NET Core, and Xamarin Platforms.... Use Replace method of message Body. Save...= m.Body.Replace( "[@@FullName@@" , "Name to Replace" ); m.Save(...

    products.aspose.com/email/net/search/eml/
  2. Search MBOX document without opening via .NET |...

    C# source code to search words with pattern in MBOX file on .NET Framework, .NET Core, and Xamarin Platforms.... Use Replace method of message Body. Save...= m.Body.Replace( "[@@FullName@@" , "Name to Replace" ); m.Save(...

    products.aspose.com/email/net/search/mbox/
  3. Search and replace text in EML document via .NE...

    C# source code to redact sensitive information in EML file on .NET Framework, .NET Core, and Xamarin Platforms....A basic message search and replace text in contents, comments...EML using MailMessage. Use Replace method of message Body. Save...

    products.aspose.com/email/net/redaction/eml/
  4. Working with Common Conditional Blocks in C#|As...

    Use common conditional blocks within paragraphs to represent the same data depending on a condition using C#....paragraph, it can be used as a replacement for an expression tag that...

    docs.aspose.com/words/net/working-with-common-c...
  5. SmartObjectLayer the size is changed after setC...

    this is my code: LinkDataSource contentsSource = layer.getContentsSource(); contentsSource.setFileType(fileType); layer.setContents(imageBytes); layer.updateModifiedContent(); psd file SmartObjectLayer exists Pupp…...specify the resolution when replacing the contents using the ReplaceContents...snippet demonstrating how to replace the contents of a SmartObjectLayer...

    forum.aspose.com/t/smartobjectlayer-the-size-is...
  6. Search PST document without opening via .NET | ...

    C# source code to search words with pattern in PST file on .NET Framework, .NET Core, and Xamarin Platforms.... Use Replace method of message Body. Save...= m.Body.Replace( "[@@FullName@@" , "Name to Replace" ); m.Save(...

    products.aspose.com/email/net/search/pst/
  7. Search and replace text in MSG document via .NE...

    C# source code to redact sensitive information in MSG file on .NET Framework, .NET Core, and Xamarin Platforms....A basic message search and replace text in contents, comments...MSG using MailMessage. Use Replace method of message Body. Save...

    products.aspose.com/email/net/redaction/msg/
  8. Aspose.Tex on linux fails - Free Support Forum ...

    Aspose.Tex depends on system.drawing.common still and so fails on linux Unhandled exception: System.PlatformNotSupportedException: System.Drawing.Common is not supported on this platform. at System.Drawing.Drawing2D.Gr…...the steps you can follow to replace System.Drawing.Common with...the Aspose documentation on replacing System.Drawing.Common with...

    forum.aspose.com/t/aspose-tex-on-linux-fails/30...
  9. Pst SplitInto MergeWith Cancel - Free Support F...

    Hello, Version 24.6 added .Abort/.Cancel methods for long-running operations to MboxStorageReader.SplitInto: Members for .NET Framework 4.5 and .NET Core Versions SplitInto token : A CancellationToken that allows for…...processors , async/await is not a replacement for threads in all cases...async/await to be a universal replacement; they solve different problems...

    forum.aspose.com/t/pst-splitinto-mergewith-canc...
  10. How to Edit PDF Document in Java

    This article guides on how to edit PDF document in Java. It has the details to set the environment, the program logic and a runnable sample code to edit text in PDF file in Java....and replace some text in the entire file Find and replace some...PdfContentEditor class for replacing a text with a simple and formatted...

    kb.aspose.com/pdf/java/how-to-edit-pdf-document...