IFontSavingCallback FontSaving method. Called when Aspose.Words is about to save a font resource in C#....SaveExportedFonts () { Document doc = new Document ( MyDir + "Rendering...them alongside the output document. doc . Save ( ArtifactsDir...
FontSavingArgs Italic property. Indicates whether the current font is italic in C#....SaveExportedFonts () { Document doc = new Document ( MyDir + "Rendering...them alongside the output document. doc . Save ( ArtifactsDir...
Load options for PdfXml format....to embed a font into a PDF document even if license rules disable...file [C#] // The path to the documents directory. string dataDir...
Load options for Markdown format conversion....to embed a font into a PDF document even if license rules disable...file [C#] // The path to the documents directory. string dataDir...
FileFormatUtil ExtensionToSaveFormat method. Converts a file name extension into a SaveFormat value in C#....the format of a document. // Load a document from a file that... OpenRead ( MyDir + "Word document with missing file extension"...
Aspose.Words.Rendering.PageInfo class. Represents information about a particular Document page in C#....information about a particular document page. To learn more, visit...visit the Rendering documentation article. public class PageInfo...
Field Type property. Gets the Microsoft Word field type in C#....field into a document using a field code. Document doc = new Document...namespace Aspose.Words.Fields assembly Aspose.Words Field.Start Field...
FontSavingArgs KeepFontStreamOpen property. Specifies whether Aspose.Words should keep the stream open or close it after saving a font in C#....SaveExportedFonts () { Document doc = new Document ( MyDir + "Rendering...them alongside the output document. doc . Save ( ArtifactsDir...
PageInfo PaperTray property. Gets the paper tray bin for this page as specified in the Document. The value is implementation printer specific in C#....this page as specified in the document. The value is implementation...page in a Word document. Document doc = new Document ( MyDir + "Rendering...
Bookmark Remove method. Removes the bookmark from the Document. Does not remove text inside the bookmark in C#....Removes the bookmark from the document. Does not remove text inside...bookmarks from a document. Document doc = new Document (); DocumentBuilder...