Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 9,125 for

document assembly

(0.29 sec)
  1. RevisionGroup.Author | Aspose.Words for .NET

    RevisionGroup Author property. Gets the author of this revision group in C#....revisions in a document. Document doc = new Document ( MyDir + "Revisions...RevisionGroup namespace Aspose.Words assembly Aspose.Words RevisionGroup...

    reference.aspose.com/words/net/aspose.words/rev...
  2. Print | Aspose.Sildes for .NET API Reference

    Prints the whole presentation to the default printer....Slides assembly Aspose.Slides Print(PrinterSettings)...Presentation namespace Aspose.Slides assembly Aspose.Slides Print(string)...

    reference.aspose.com/slides/net/aspose.slides/p...
  3. RevisionGroupCollection.Item | Aspose.Words for...

    RevisionGroupCollection Item property. Returns a revision group at the specified index in C#....revisions in a document. Document doc = new Document ( MyDir + "Revisions...RevisionGroupCollect namespace Aspose.Words assembly Aspose.Words RevisionGroupCollect...

    reference.aspose.com/words/net/aspose.words/rev...
  4. Save | Aspose.Note for .NET API Reference

    Saves the OneNote Document to a file....Save(string) Saves the OneNote document to a file. public void Save...condition IncorrectDocumentStr The document structure violates specification...

    reference.aspose.com/note/net/aspose.note/docum...
  5. ImportNode | Aspose.SVG for .NET API Reference

    Imports a node from another Document to this Document without altering or removing the source node from the original Document this method creates a new copy of the source node....ImportNode Document.ImportNode method Imports a node from another...another document to this document, without altering or removing...

    reference.aspose.com/svg/net/aspose.svg.dom/doc...
  6. DOCUMENT_NODE | Aspose.SVG for .NET API Reference

    A Document node...DOCUMENT_NODE Node.DOCUMENT_NODE field A document node public...public const ushort DOCUMENT_NODE ; See Also class Node namespace...

    reference.aspose.com/svg/net/aspose.svg.dom/nod...
  7. ResetState | Aspose.Words for .NET API Reference

    ResetState DocumentBase.ResetState method protected void ResetState () See Also class DocumentBase namespace Aspose.W......Words assembly Aspose.Words Document...

    reference.aspose.com/words/net/aspose.words/doc...
  8. FontAbsorber | Aspose.PDF for .NET API Reference

    Represents an absorber object of fonts. Performs search for fonts and provides access to search results via Fonts./fontabsorber/fonts collection....Visit (Document) Performs search on the specified document. virtual...virtual Visit (Document, int, int) Performs search in the specified...

    reference.aspose.com/pdf/net/aspose.pdf.text/fo...
  9. Decrypt | Aspose.PDF for .NET API Reference

    Decrypts the Document. Call then Save to obtain decrypted version of the Document....Decrypt Document.Decrypt method Decrypts the document. Call then...obtain decrypted version of the document. public void Decrypt () Examples...

    reference.aspose.com/pdf/net/aspose.pdf/documen...
  10. Rect | Aspose.PDF for .NET API Reference

    Gets or sets rectangle of the page. For get page crop box is returned if specified otherwise page media box is returned. For set page media box always set. Please note that this property dont consider page rotation. To get page rectangle considering rotation please use ActualRect....page rectangle: Document document = new Document ( "sample.pdf"...pdf" ); Page page = document . Pages [ 1 ]; Rectangle pageRect =...

    reference.aspose.com/pdf/net/aspose.pdf/page/rect/