Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 9,371 for

assemble document

(0.07 sec)
  1. SaveOutputParameters.ContentType | Aspose.Words...

    SaveOutputParameters ContentType property. Returns the ContentType string Internet Media Type that identifies the type of the saved Document in C#....identifies the type of the saved document. public string ContentType...of a document’s save operation. Document doc = new Document ();...

    reference.aspose.com/words/net/aspose.words.sav...
  2. CustomDocumentProperties Class | Aspose.Words f...

    Aspose.Words.Properties.CustomDocumentProperties class. A collection of custom Document properties in C#....class A collection of custom document properties. To learn more...the Work with Document Properties documentation article. public...

    reference.aspose.com/words/net/aspose.words.pro...
  3. StructuredDocumentTag.Title | Aspose.Words for ...

    StructuredDocumentTag Title property. Specifies the friendly name associated with this SDT. Can not be null in C#....how to create a structured document tag in a plain text box and...its appearance. Document doc = new Document (); // Create a structured...

    reference.aspose.com/words/net/aspose.words.mar...
  4. PdfContentEditor | Aspose.PDF for .NET API Refe...

    The constructor of the PdfContentEditor object....Facades assembly Aspose.PDF PdfContentEditor(Document) Initializes...the document . public PdfContentEditor ( Document document ) Parameter...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  5. Optimize | Aspose.PDF for .NET API Reference

    Linearize the Document in order to - open the first page as quickly as possible - display next page or follow by link to the next page as quickly as possible - display the page incrementally as it arrives when data for a page is delivered over a slow channel display the most useful data first - permit user interaction such as following a link to be performed even before the entire page has been received and displayed. Invoking this method doesnt actually saves the Document. On the contrary the Document only is prepared to have optimized structure call then Save to get optimized Document....Optimize Document.Optimize method Linearize the document in order...actually saves the document. On the contrary the document only is prepared...

    reference.aspose.com/pdf/net/aspose.pdf/documen...
  6. RemoveAllText | Aspose.PDF for .NET API Reference

    Removes all text from the specified page....Description page Page PDF document page object. See Also class...namespace Aspose.Pdf.Text assembly Aspose.PDF RemoveAllText(Page...

    reference.aspose.com/pdf/net/aspose.pdf.text/te...
  7. Metadata | Aspose.PDF for .NET API Reference

    Document metadata. A PDF Document may include general information such as the Documents title author and creation and modification dates. Such global information about the Document as opposed to its content or structure is called metadata and is intended to assist in cataloguing and searching for Documents in external databases....Metadata Document.Metadata property Document metadata. (A PDF...PDF document may include general information, such as the document’s...

    reference.aspose.com/pdf/net/aspose.pdf/documen...
  8. ThumbnailGeneratingOptions.GenerateFromFirstPag...

    ThumbnailGeneratingOptions GenerateFromFirstPage property. Specifies whether to generate thumbnail from first page of the Document or first image in C#....thumbnail from first page of the document or first image. public bool...generated from first page of the document. If value is false and there...

    reference.aspose.com/words/net/aspose.words.ren...
  9. HTMLDocument | Aspose.HTML for .NET API Reference

    The HTMLDocument constructor creates a new HTML Document object that is a web page loaded in the browser and serving as an entry point into the pages content....constructor creates a new HTML Document object that is a web page...HTMLDocument () Remarks Note: The document is created with a default...

    reference.aspose.com/html/net/aspose.html/htmld...
  10. WriteProtection.IsWriteProtected | Aspose.Words...

    WriteProtection IsWriteProtected property. Returns true when a write protection password is set in C#....protect a document with a password. Document doc = new Document ();...Writeln ( "Hello world! This document is protected." ); // Enter...

    reference.aspose.com/words/net/aspose.words.set...