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

assemble document

(0.09 sec)
  1. FieldOptions.FileName | Aspose.Words for .NET

    FieldOptions FileName property. Gets or sets the file name of the Document in C#....sets the file name of the document. public string FileName {...field. Document doc = new Document ( MyDir + "Document.docx" );...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Body.ParentSection | Aspose.Words for .NET

    Body ParentSection property. Gets the parent section of this story 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/bod...
  3. IResourceLoadingCallback Interface | Aspose.Wor...

    Aspose.Words.Loading.IResourceLoadingCallback interface. Implement this interface if you want to control how Aspose.Words loads external resource when importing a Document and inserting images using DocumentBuilder in C#....resource when importing a document and inserting images using...external resources into a document. public void ResourceLoadingCallb...

    reference.aspose.com/words/net/aspose.words.loa...
  4. LoadOptions.UpdateDirtyFields | Aspose.Words fo...

    LoadOptions UpdateDirtyFields property. Specifies whether to update the fields with the dirty attribute in C#.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); // Give the document's built-in "Author" property...

    reference.aspose.com/words/net/aspose.words.loa...
  5. IsXrefGapsAllowed | Aspose.PDF for .NET API Ref...

    Gets or sets the is Document pdfa compliant....IsXrefGapsAllowed Document.IsXrefGapsAllowed property Gets or...or sets the is document pdfa compliant. public bool IsXrefGapsAllowed...

    reference.aspose.com/pdf/net/aspose.pdf/documen...
  6. ImageData.SourceFullName | Aspose.Words for .NET

    ImageData SourceFullName property. Gets or sets the path and name of the source file for the linked image in C#....image into a document. Document doc = new Document (); DocumentBuilder...shape = new Shape ( builder . Document , ShapeType . Image ); shape...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Watermark.Remove | Aspose.Words for .NET

    Watermark Remove method. Removes the watermark in C#.... Document doc = new Document (); // Add a plain...doc . Save ( ArtifactsDir + "Document.TextWatermark.docx" ); //...

    reference.aspose.com/words/net/aspose.words/wat...
  8. EditableRange.SingleUser | Aspose.Words for .NET

    EditableRange SingleUser property. Returns or sets the single user for editable range in C#....void Visitor () { Document doc = new Document (); doc . Protect...world! Since we have set the document's protection level to read-only...

    reference.aspose.com/words/net/aspose.words/edi...
  9. CellFormat.Borders | Aspose.Words for .NET

    CellFormat Borders property. Gets collection of borders of the cell in C#.... Document doc = new Document ( MyDir + "Tables...of getting a table from a document. // 1 - From the "Tables"...

    reference.aspose.com/words/net/aspose.words.tab...
  10. ViewOptions.ViewType | Aspose.Words for .NET

    ViewOptions ViewType property. Controls the view mode in Microsoft Word in C#....to a document upon loading. Document doc = new Document (); DocumentBuilder...namespace Aspose.Words.Settings assembly Aspose.Words ViewOptions.FormsDesign...

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