Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 2,301 for

less

(0.16 sec)
  1. Retrieve Folders Contained in Outlook Data File...

    post. Tagged with rendering, api, net, outlook....Make all posts by groupdocs less visible groupdocs consistently...

    dev.to/groupdocs/retrieve-folders-contained-in-...
  2. Math - JavaScript | MDN

    The Math namespace object contains static properties and methods for mathematical constants and functions....Returns the largest integer less than or equal to the input....

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  3. Convert to PDF with advanced options | Document...

    Follow this guide and learn how a file convert to pdf with height, width, DPI, margins and other customizations using GroupDocs.Conversion for .NET....image size set this property to less than 100. whether to replace...

    docs.groupdocs.com/conversion/net/convert-to-pd...
  4. groupdocs

    1.0 UTF-8 2.0 http://www.w3.org/2005/Atom http://purl.org/dc/elements/1.1/ DEV Community: GroupDocs The latest articles on DEV Community by GroupDocs (@groupdocs). https://dev.to/groupdocs https://......providing an avenue towards a paper-less environment. Let’s talk about...just the idea of making things less ‘human dependent’. It refers...

    dev.to/feed/groupdocs
  5. GroupDocs.Editor Product Family

    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....documents were converted to the page-less HTML, page division was absent...

    blog.groupdocs.com/categories/groupdocs.editor-...
  6. Constraint validation - HTML: HyperText Markup ...

    The creation of web forms has always been a complex task. While marking up the form itself is easy, checking whether each field has a valid and coherent value is more difficult, and informing the user about the problem may become a headache. HTML5 introduced new mechanisms for forms: it added new semantic types for the element and constraint validation to ease the work of checking the form content on the client side. Basic, usual constraints can be checked, without the need for JavaScript, by setting new attributes; more complex constraints can be tested using the Constraint Validation API....valid number The value must be less than or equal to the value rangeOverflow...characters (code points) must not be less than the value of the attribute...

    developer.mozilla.org/en-US/docs/Web/HTML/Const...
  7. Looking to utilize blended characters and wildc...

    post. Tagged with net, indexing, api, groupdocs....Make all posts by groupdocs less visible groupdocs consistently...

    dev.to/groupdocs/looking-to-utilize-blended-cha...
  8. <bdi>: The Bidirectional Isolate element - HTML...

    The HTML element tells the browser's bidirectional algorithm to treat the text it contains in isolation from its surrounding text. It's particularly useful when a website dynamically inserts some text and doesn't know the directionality of the text being inserted....<bdi> , but its semantics are less clear. Attributes Like all other...

    developer.mozilla.org/en-US/docs/Web/HTML/Eleme...
  9. Enumerable.Take Method (System.Linq) | Microsof...

    Returns a specified number of contiguous elements from the start of a sequence.... If count is less than or equal to zero, source...

    learn.microsoft.com/en-us/dotnet/api/system.lin...
  10. new.target - JavaScript | MDN

    The new.target meta-property lets you detect whether a function or constructor was called using the new operator. In constructors and functions invoked using the new operator, new.target returns a reference to the constructor or function that new was called upon. In normal function calls, new.target is undefined....instead, as it's more readable and less error-prone. js class BetterMap...

    developer.mozilla.org/en-US/docs/Web/JavaScript...