Sort Score
Result 10 results
Languages All
Labels All
Results 1,811 - 1,820 of 9,370 for

assemble document

(0.05 sec)
  1. PdfFormatConversionOptions | Aspose.PDF for Pyt...

    represents set of options for convert PDF Document...of options for convert PDF document The PdfFormatConversionO type...process for cases when source document doesn’t correspond to PDF/A...

    reference.aspose.com/pdf/python-net/aspose.pdf/...
  2. ActiveDocument | Aspose.HTML for .NET API Refer...

    Gets the current Document....Gets the current document. public Document ActiveDocument { get...Value The active document. See Also class Document interface IBrowsingContext...

    reference.aspose.com/html/net/aspose.html.dom/i...
  3. EmbedStandardFonts | Aspose.PDF for .NET API Re...

    Property which declares that Document must embed all standard Type1 fonts which has flag IsEmbedded set into true. All PDF fonts can be embedded into Document simply via setting of flag IsEmbedded into true but PDF standard Type1 fonts is an exception from this rule. Standard Type1 font embedding requires much time so to embed these fonts its necessary not only set flag IsEmbedded into true for specified font but also set an additiona flag on Documents level - EmbedStandardFonts true This property can be set only one time for all fonts. By default false....EmbedStandardFonts Document.EmbedStandardFonts property Property...Property which declares that document must embed all standard Type1...

    reference.aspose.com/pdf/net/aspose.pdf/documen...
  4. BookmarkEnd.Accept | Aspose.Words for .NET

    BookmarkEnd Accept method. Accepts a visitor in C#....CreateUpdateAndPrint () { // Create a document with three bookmarks, then...then use a custom document visitor implementation to print their...

    reference.aspose.com/words/net/aspose.words/boo...
  5. VariableCollection.Count | Aspose.Words for .NET

    VariableCollection Count property. Gets the number of elements contained in the collection in C#....work with a document’s variable collection. Document doc = new...new Document (); VariableCollection variables = doc . Variables...

    reference.aspose.com/words/net/aspose.words/var...
  6. Range.Delete | Aspose.Words for .NET

    Range Delete method. Deletes all characters of the range in C#.... Document doc = new Document (); DocumentBuilder...to the first section in the document, and then add another section...

    reference.aspose.com/words/net/aspose.words/ran...
  7. RunCollection.Item | Aspose.Words for .NET

    RunCollection Item property. Retrieves a Run at the given index 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/run...
  8. PageSetup.SuppressEndnotes | Aspose.Words for .NET

    PageSetup SuppressEndnotes property. True if endnotes are printed at the end of the next section that doesnt suppress endnotes. Suppressed endnotes are printed before the endnotes in that section in C#....SuppressEndnotes () { Document doc = new Document (); doc . RemoveAllChildren...RemoveAllChildren (); // By default, a document compiles all endnotes at its...

    reference.aspose.com/words/net/aspose.words/pag...
  9. DocSaveOptions.SavePictureBullet | Aspose.Words...

    DocSaveOptions SavePictureBullet property. When false PictureBullet data is not saved to output Document. Default value is true in C#....data is not saved to output document. Default value is true . public...from the document when saving. Document doc = new Document ( MyDir...

    reference.aspose.com/words/net/aspose.words.sav...
  10. OriginalWidth | Aspose.Note for .NET API Reference

    Gets the original width. This is the original width of the image before resizing.... // The path to the documents directory. string dataDir...// Load the document into Aspose.Note. Document oneFile = new...

    reference.aspose.com/note/net/aspose.note/image...