Sort Score
Result 10 results
Languages All
Labels All
Results 1,471 - 1,480 of 9,610 for

assemble document

(0.67 sec)
  1. PdfExtractor | Aspose.PDF for .NET API Reference

    Class for extracting images and text from PDF Document....extracting images and text from PDF document. public sealed class PdfExtractor...PdfExtractor object. PdfExtractor (Document) Initializes new PdfExtractor...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  2. IWarningCallback.Warning | Aspose.Words for .NET

    IWarningCallback Warning method. Aspose.Words invokes this method when it encounters some issue during Document loading or saving that might result in loss of formatting or data fidelity in C#....encounters some issue during document loading or saving that might...EnableFontSubstituti () { // Open a document that contains text formatted...

    reference.aspose.com/words/net/aspose.words/iwa...
  3. TableColumn | Aspose.Note for .NET API Reference

    Represents a table column....object of the Document class Document doc = new Document (); // Initialize...with tag. // The path to the documents directory. string dataDir...

    reference.aspose.com/note/net/aspose.note/table...
  4. FieldCollection.Count | Aspose.Words for .NET

    FieldCollection Count property. Returns the number of the fields in the collection in C#.... Document doc = new Document (); DocumentBuilder...FieldCollection () { Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Duration | Aspose.PDF for .NET API Reference

    Gets of set page display duration. This is time in seconds that page shall be displayed during presentation. Returns -1 if duration is not defined....page duration Document document = new Document ( "sample.pdf"...pdf" ); Page page = document . Pages [ 1 ]; int pageRect = page...

    reference.aspose.com/pdf/net/aspose.pdf/page/du...
  6. Outline | Aspose.Note for .NET API Reference

    Represents a Outline.... Document { get; } Gets the document of the node....with tag. // The path to the documents directory. string dataDir...

    reference.aspose.com/note/net/aspose.note/outline/
  7. LayoutOptions.IgnorePrinterMetrics | Aspose.Wor...

    LayoutOptions IgnorePrinterMetrics property. Gets or sets indication of whether the Use printer metrics to lay out Document compatibility option is ignored. Default is true in C#....printer metrics to lay out document” compatibility option is ignored...lay out document’ option. Document doc = new Document ( MyDir...

    reference.aspose.com/words/net/aspose.words.lay...
  8. MailMerge.MergeDuplicateRegions | Aspose.Words ...

    MailMerge MergeDuplicateRegions property. Gets or sets a value indicating whether all of the Document mail merge regions with the name of a data source should be merged while executing of a mail merge with regions against the data source or just the first one in C#....indicating whether all of the document mail merge regions with the...bool mergeDuplicateRegion ) { Document doc = CreateSourceDocMerge...

    reference.aspose.com/words/net/aspose.words.mai...
  9. CompositeNode.CreateNavigator | Aspose.Words fo...

    CompositeNode CreateNavigator method. Creates navigator which can be used to traverse and read nodes in C#....NodeXPathNavigator () { Document doc = new Document (); XPathNavigator...null ) { Assert . AreEqual ( "Document" , navigator . Name ); Assert...

    reference.aspose.com/words/net/aspose.words/com...
  10. CompositeNode.GetText | Aspose.Words for .NET

    CompositeNode GetText method. Gets the text of this node and of all its children in C#.... Document doc = new Document (); DocumentBuilder...ToString will give us the document's appearance if saved to a...

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