Sort Score
Result 10 results
Languages All
Labels All
Results 6,411 - 6,420 of 40,649 for

as

(0.15 sec)
  1. Facing problems with polyline annotation in .NE...

    Hello, I am using annotation in my project, when I use polyline the co-ordinates are not coming at where my mouse is and the polyline starts at different location in the documentpolyline.png (198.1 KB) I recently upda…...Hello, I am using annotation in my project, when I use polyline the co-ordinates are not coming at where my mouse is and the polyline starts at different location in the documentpolyline.png (198.1 KB) I recently upda…

    forum.groupdocs.com/t/facing-problems-with-poly...
  2. ebook to photoshop

    Aspose.Total | Java ClAss Libraries to Process File Formats,Aspose.Total | Java ClAss Libraries to Process File Formats,Compress and Decompress PSD Files via...Aspose.Total | Java Class Libraries to Process File Formats,Aspose.Total | Java Class Libraries to Process File Formats,Compress and Decompress PSD Files via

    search.aspose.com/q/eBook-to-Photoshop.html
  3. GroupDocs.Conversion for .NET 19.1 Release Note...

    Note This page contains releAse notes for GroupDocs.Conversion for .NET 19.1 Major Features This regular monthly releAse contains 5+ improvements and bug fixes. Most notable are: Conversions from Vcf Improved conversion of Svg to Slides Set watermark As background when converting to image Save converted document return saved file size and file name Full List of Issues Covering all Changes in this ReleAse Key Summary Category CONVERSIONNET‑2862 Implement conversion from Vcf Feature CONVERSIONNET‑2830 Implement conversion improvement when converting Svg to Slides Improvement CONVERSIONNET‑2878 Add support for setting watermark As background when converting to image Improvement CONVERSIONNET‑2881 Save converted document to file should return the file name and size Improvement CONVERSIONNET‑2837 Spreadsheets sometimes show incorrect graph data Fix CONVERSIONNET‑2863 Issue with conversion ....Note This page contains release notes for GroupDocs.Conversion for .NET 19.1 Major Features This regular monthly release contains 5+ improvements and bug fixes. Most notable are: Conversions from Vcf Improved conversion of Svg to Slides Set watermark as background when converting to image Save converted document return saved file size and file name Full List of Issues Covering all Changes in this Release Key Summary Category CONVERSIONNET‑2862 Implement conversion from Vcf Feature CONVERSIONNET‑2830 Implement conversion improvement when converting Svg to Slides Improvement CONVERSIONNET‑2878 Add support for setting watermark as background when converting to image Improvement CONVERSIONNET‑2881 Save converted document to file should return the file name and size Improvement CONVERSIONNET‑2837 Spreadsheets sometimes show incorrect graph data Fix CONVERSIONNET‑2863 Issue with conversion .

    docs.groupdocs.com/conversion/net/groupdocs-con...
  4. Licensing and Evaluation Limitations | Document...

    Note You can use GroupDocs.Comparison without the license. The usage and functionalities are pretty much same As the licensed one but you will face few limitations while using the non-licensed API. Evaluation Limitations You can eAsily download GroupDocs.Comparison for evaluation. The evaluation download is the same As the purchAsed download. The evaluation version simply becomes licensed when you add a few lines of code to apply the license. You will face following limitations while using the API without the license:...Note You can use GroupDocs.Comparison without the license. The usage and functionalities are pretty much same as the licensed one but you will face few limitations while using the non-licensed API. Evaluation Limitations You can easily download GroupDocs.Comparison for evaluation. The evaluation download is the same as the purchased download. The evaluation version simply becomes licensed when you add a few lines of code to apply the license. You will face following limitations while using the API without the license:

    docs.groupdocs.com/comparison/java/evaluation-l...
  5. GroupDocs.Watermark for .NET 19.10 Release Notes

    GroupDocs.Watermark for .NET 19.10 ReleAse Notes – the latest updates and fixes....GroupDocs.Watermark for .NET 19.10 Release Notes – the latest updates and fixes.

    releases.groupdocs.com/watermark/net/release-no...
  6. jpg

    jpg,Search in JPG Online,SVG to JPG,Resize JPG Online,Rotate JPG Online,WebP to JPG,Online JPG Barcode Reader,JPG | GroupDocs.Viewer for .NET API Reference,STL...jpg,Search in JPG Online,SVG to JPG,Resize JPG Online,Rotate JPG Online,WebP to JPG,Online JPG Barcode Reader,JPG | GroupDocs.Viewer for .NET API Reference,STL

    search.groupdocs.com/q/JPG.html
  7. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft Word Document Creating a Template Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon. Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON)....Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft Word Document Creating a Template Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon. Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON).

    docs.groupdocs.com/assembly/net/generating-repo...
  8. Use redaction policies | Documentation

    If you have a corporate sensitive data removal policy As a list of redaction rules, you don’t need to specify them in your code. You can specify an XML document with a list of pre-configured redactions. Below is an example of redaction policy XML file (code properties mapping is obvious): RedactionPolicy.xml AseRedaction searchPhrAse="dolor" cAseSensitive="true" actionType="DrawBox" color="Red" /> AseMetadataRedaction filter="All" /> AsearchRedaction filter="Title, Author" replacement="foobar" valueExpression="(metAsearch)" keyExpression="" /> You can use RedactionPolicy....If you have a corporate sensitive data removal policy as a list of redaction rules, you don’t need to specify them in your code. You can specify an XML document with a list of pre-configured redactions. Below is an example of redaction policy XML file (code properties mapping is obvious): RedactionPolicy.xml <?xml version="1.0" encoding="utf-8"?> <redactionPolicy xmlns="http://www.groupdocs.com/redaction"> <regexRedaction regularExpression="(dolor)" actionType="ReplaceString" replacement="foobar" /> <exactPhraseRedaction searchPhrase="dolor" caseSensitive="true" actionType="DrawBox" color="Red" /> <cellColumnRedaction regularExpression="(foo)bar1" replacement="[red1]" columnIndex="1" worksheetIndex="2" /> <cellColumnRedaction regularExpression="(foo)bar2" replacement="[red2]" wokrsheetName="Sample" /> <eraseMetadataRedaction filter="All" /> <metadataSearchRedaction filter="Title, Author" replacement="foobar" valueExpression="(metasearch)" keyExpression="" /> <annotationRedaction regularExpression="(anno1)" replacement="foobar" /> <deleteAnnotationRedaction regularExpression="(anno2)" /> <imageAreaRedaction pointX="15" pointY="17" width="200" height="10" color="#AA50FC" /> <imageAreaRedaction pointX="110" pointY="120" width="60" height="20" color="Magenta" /> </redactionPolicy> You can use RedactionPolicy.

    docs.groupdocs.com/redaction/java/use-redaction...
  9. Pagination - CSS: Cascading Style Sheets | MDN

    This cookbook pattern demonstrates the navigation pattern used to display pagination, where the user can move between pages of content such As search results....This cookbook pattern demonstrates the navigation pattern used to display pagination, where the user can move between pages of content such as search results.

    developer.mozilla.org/en-US/docs/Web/CSS/Layout...
  10. OfflineAudioContext - Web APIs | MDN

    Learn about the OfflineAudioContext interface, including its constructor, properties, and methods, code examples, specifications, and browser compatibility....Learn about the OfflineAudioContext interface, including its constructor, properties, and methods, code examples, specifications, and browser compatibility.

    developer.mozilla.org/en-US/docs/Web/API/Offlin...