Sort Score
Result 10 results
Languages All
Labels All
Results 2,201 - 2,210 of 9,584 for

assemble document

(0.8 sec)
  1. FootnoteNumberingRule Enum | Aspose.Words for .NET

    Aspose.Words.Notes.FootnoteNumberingRule enum. Determines when automatic footnote or endnote numbering restarts in C#....continuous throughout the document. RestartSection 1 Numbering...places in the document. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.not...
  2. Signature | Aspose.PDF for .NET API Reference

    An abstract class which represents signature object in the pdf Document. Signatures are fields with values of signature objects the last contain data which is used to verify the Document validity....signature object in the pdf document. Signatures are fields with...which is used to verify the document validity. public abstract...

    reference.aspose.com/pdf/net/aspose.pdf.forms/s...
  3. LayoutEnumerator.MoveParent | Aspose.Words for ...

    LayoutEnumerator MoveParent method. Moves to the parent entity in C#....Shows ways of traversing a document’s layout entities. public...LayoutEnumerator () { // Open a document that contains a variety of...

    reference.aspose.com/words/net/aspose.words.lay...
  4. CompositeNode.SelectSingleNode | Aspose.Words f...

    CompositeNode SelectSingleNode method. Selects the first Node that matches the XPath expression in C#.... Document doc = new Document ( MyDir + "Tables...descendants of any table node in the document. NodeList nodeList = doc ...

    reference.aspose.com/words/net/aspose.words/com...
  5. ImageSaveOptions.VerticalResolution | Aspose.Wo...

    ImageSaveOptions VerticalResolution property. Gets or sets the vertical resolution for the generated images in dots per inch in C#....converts a document to one. Document doc = new Document (); DocumentBuilder...jpg" ); // When we save the document as an image, we can pass a...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Section.AppendContent | Aspose.Words for .NET

    Section AppendContent method. Inserts a copy of content of the source section at the end of this section in C#....section belongs to a different document. No new section is created...created in the destination document. Examples Shows how to append the...

    reference.aspose.com/words/net/aspose.words/sec...
  7. FixedPageSaveOptions.NumeralFormat | Aspose.Wor...

    FixedPageSaveOptions NumeralFormat property. Gets or sets NumeralFormat used for rendering of numerals. European numerals are used by default in C#.... Document doc = new Document (); DocumentBuilder...object that we can pass to the document's "Save" method // to modify...

    reference.aspose.com/words/net/aspose.words.sav...
  8. StructuredDocumentTagRangeStart.PlaceholderName...

    StructuredDocumentTagRangeStart PlaceholderName property. Gets or sets Name of the BuildingBlock containing placeholder text in C#....structured document tags. Document doc = new Document ( MyDir +..."Multi-section structured document tags.docx" ); StructuredDocumentTa...

    reference.aspose.com/words/net/aspose.words.mar...
  9. DigitalSignature.Comments | Aspose.Words for .NET

    DigitalSignature Comments property. Gets the signing purpose comment in C#....signature in a document. Document doc = new Document ( MyDir + "Digitally...Aspose.Words.DigitalSignatures assembly Aspose.Words DigitalSignature...

    reference.aspose.com/words/net/aspose.words.dig...
  10. DocumentBuilder.MoveToField | Aspose.Words for ...

    DocumentBuilder MoveToField method. Moves the cursor to a field in the Document in C#....the cursor to a field in the document. public void MoveToField (...Examples Shows how to move a document builder’s node insertion point...

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