DocumentBase FontInfos property. Provides access to properties of fonts used in this Document in C#....properties of fonts used in this document. public FontInfoCollection...definitions is loaded as is from the document. Font definitions might be...
LoadOptions ProgressCallback property. Called during loading a Document and accepts data about loading progress in C#....property Called during loading a document and accepts data about loading...how to notify the user if document loading exceeded expected...
StructuredDocumentTag Multiline property. Specifies whether this SDT allows multiple lines of text in C#....how to create a structured document tag in a plain text box and...its appearance. Document doc = new Document (); // Create a structured...
Aspose.Words.Margins enum. Specifies preset margins in C#....layout of the document. Document doc = new Document ( MyDir + "Rendering..."Rendering.docx" ); // Saving a document to PDF, to an image, or printing...
Gets or sets the creation time.... // The path to the documents directory. string dataDir...// Load the document into Aspose.Note. Document oneFile = new...
Aspose.Words.Saving.DownsampleOptions class. Allows to specify downsample options in C#....more, visit the Save a Documentdocumentation article. public class...resolution of an image in the document is less than threshold value...
StructuredDocumentTag StyleName property. Gets or sets the name of the style applied to the structured Document tag in C#....applied to the structured document tag. public string StyleName...control elements. Document doc = new Document (); DocumentBuilder...
DocumentBuilder InsertHtml method. Inserts an HTML string into the Document in C#....Inserts an HTML string into the document. public void InsertHtml (...string to insert into the document. Remarks You can use this...
PdfDigitalSignatureDetails CertificateHolder property. Returns the certificate holder object that contains the certificate was used to sign the Document in C#....certificate was used to sign the document. public CertificateHolder...generated PDF document. Document doc = new Document (); DocumentBuilder...