Sort Score
Result 10 results
Languages All
Labels All
Results 5,001 - 5,010 of 31,377 for

new

(0.07 sec)
  1. PageInfo Constructor - GroupDocs.Redaction for ...

    Initializes a New instance of the PageInfo class...PageInfo Constructor Initializes a new instance of the PageInfo class...PageInfo () Public Sub New public : PageInfo () new : unit -> PageInfo...

    apireference.groupdocs.com/redaction/net/groupd...
  2. DocumentProtectedException Constructor - GroupD...

    Initializes a New instance of the DocumentProtectedException class....DocumentProtectedExc Constructor Initializes a new instance of the DocumentProtectedExc...Public Sub New public : DocumentProtectedExc () new : unit ->...

    apireference.groupdocs.com/metadata/net/groupdo...
  3. Cancellation Constructor - GroupDocs.Search for...

    Initializes a New instance of the Cancellation class....Cancellation Constructor Initializes a new instance of the Cancellation...() Public Sub New public : Cancellation () new : unit -> Cancellation...

    apireference.groupdocs.com/search/net/groupdocs...
  4. Redaction Constructor - GroupDocs.Redaction for...

    Initializes a New instance of the Redaction class...Redaction Constructor Initializes a new instance of the Redaction class...Protected Sub New protected : Redaction () new : unit -> Redaction...

    apireference.groupdocs.com/redaction/net/groupd...
  5. PreviewNotSupportedException Constructor - Grou...

    Initializes a New instance of the PreviewNotSupportedException class....PreviewNotSupportedE Constructor Initializes a new instance of the PreviewNotSupportedE...Public Sub New public : PreviewNotSupportedE () new : unit ->...

    apireference.groupdocs.com/watermark/net/groupd...
  6. Extract tables from document | Documentation

    This article explains that how to extract tables from document....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Check...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  7. Update document password | Documentation

    This article explains how to update password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...resultant document will have new password. Here are the steps...

    docs.groupdocs.com/merger/java/update-document-...
  8. Powerful .NET Typesetting API to Convert TeX & ...

    Instantly convert TeX and LaTeX files to high-quality PDFs, JPEG, SVG & PNG images with the feature-rich Aspose .NET Typesetting API for developers....InputWorkingDirector = new InputFileSystemDirec(dataDir);...options.OutputWorkingDirecto = new OutputFileSystemDire(dataDir);...

    www.aspose.com/products/net/tex/
  9. Inserting edited slide into existing presentati...

    This article describes how to insert edited presentation slide into existing PowerPoint presentation....Consulting Blog Knowledge Base New Releases Status Websites aspose...the method. method generates a new presentation, which contains...

    docs.groupdocs.com/editor/java/inserting-edited...
  10. Uint16Array - JavaScript | MDN

    The Uint16Array typed array represents an array of 16-bit unsigned integers in the platform byte order. If control over byte order is needed, use DataView instead. The contents are initialized to 0 unless initialization data is explicitly provided. Once established, you can reference elements in the array using the object's methods, or using standard array index syntax (that is, using bracket notation)....Constructor Uint16Array() Creates a new Uint16Array object. Static properties...From a length const uint16 = new Uint16Array(2); uint16[0] = 42;...

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