Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 9,614 for

assemble document

(0.1 sec)
  1. ImageSaveOptions.Resolution | Aspose.Words for ...

    ImageSaveOptions Resolution property. Sets both horizontal and vertical resolution for the generated images in dots per inch in C#....rendering a document to PNG. Document doc = new Document (); DocumentBuilder...object which we can pass to the document's "Save" method // to modify...

    reference.aspose.com/words/net/aspose.words.sav...
  2. LoadOptions.TempFolder | Aspose.Words for .NET

    LoadOptions TempFolder property. Allows to use temporary files when reading Document. By default this property is null and no temporary files are used in C#....temporary files when reading document. By default this property...Examples Shows how to load a document using temporary files. //...

    reference.aspose.com/words/net/aspose.words.loa...
  3. FormField.OwnHelp | Aspose.Words for .NET

    FormField OwnHelp property. Specifies the source of the text thats displayed in a message box when a form field has the focus and the user presses F1 in C#....into a document, and process them with using a document visitor...void Visitor () { Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  4. ImageSaveOptions.JpegQuality | Aspose.Words for...

    ImageSaveOptions JpegQuality property. Gets or sets a value determining the quality of the generated JPEG images in C#....saving a document as a JPEG. Document doc = new Document (); DocumentBuilder...object which we can pass to the document's "Save" method // to modify...

    reference.aspose.com/words/net/aspose.words.sav...
  5. InlineStory.IsMoveFromRevision | Aspose.Words f...

    InlineStory IsMoveFromRevision property. Returns true if this object was moved deleted in Microsoft Word while change tracking was enabled in C#.... Document doc = new Document ( MyDir + "Revision...docx" ); // When we edit the document while the "Track Changes"...

    reference.aspose.com/words/net/aspose.words/inl...
  6. DocumentVisitor.VisitSmartTagEnd | Aspose.Words...

    DocumentVisitor VisitSmartTagEnd method. Called when enumeration of a smart tag has ended in C#....in a document. public void SmartTagToText () { Document doc =...= new Document ( MyDir + "Smart tags.doc" ); SmartTagStructurePri...

    reference.aspose.com/words/net/aspose.words/doc...
  7. DocumentVisitor.VisitOfficeMathEnd | Aspose.Wor...

    DocumentVisitor VisitOfficeMathEnd method. Called when enumeration of a Office Math object has ended in C#....in a document. public void OfficeMathToText () { Document doc...doc = new Document ( MyDir + "DocumentVisitor-compatible features...

    reference.aspose.com/words/net/aspose.words/doc...
  8. FootnoteOptions.RestartRule | Aspose.Words for ...

    FootnoteOptions RestartRule property. Determines when automatic numbering restarts in C#....places in the document. Document doc = new Document (); DocumentBuilder...reference text that we pass to the document builder's "InsertEndnote"...

    reference.aspose.com/words/net/aspose.words.not...
  9. OfficeMath.MathObjectType | Aspose.Words for .NET

    OfficeMath MathObjectType property. Gets type MathObjectType of this Office Math object in C#....in a document. public void OfficeMathToText () { Document doc...doc = new Document ( MyDir + "DocumentVisitor-compatible features...

    reference.aspose.com/words/net/aspose.words.mat...
  10. BookmarkEnd | Aspose.Words for .NET

    BookmarkEnd constructor. Initializes a new instance of the BookmarkEnd class in C#....doc DocumentBase The owner document. name String The name of the...CreateUpdateAndPrint () { // Create a document with three bookmarks, then...

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