BuiltInDocumentPropertyCollection property. Gets or sets the Document revision number...property Gets or sets the document revision number. public string...property when you modify the document. See Also class BuiltInDocumentPrope...
Gets or sets a body an alternative text for the image.... // The path to the documents directory. string dataDir...GetDataDir_Images (); var document = new Document (); var page = new...
RelativeScale VectorRasterizationOptions.RelativeScale property Scale of exported region relative to whole Document’s......exported region relative to whole document’s image. Calculated as ratio...larger dimension of exported document. public float RelativeScale...
MustacheTag Text property. Gets the text of the tag in C#.... Documentdocument = new Document ( MyDir + "Mail...merge mustache tags.docx" ); document . MailMerge . UseNonMergeFields...
Represents an HTML Document renderer....HtmlRenderer class Represents an HTML document renderer. public class HtmlRenderer...HtmlRenderer : Renderer < Document > Constructors Name Description...
Create a new TreeWalker over the subtree rooted at the specified node....methods that look upward in the document structure, such as parentNode...Node class Document namespace Aspose.Html.Dom assembly Aspose.HTML...
PdfEncryptionAlgorithm PdfEncryptionAlgorithm enumeration Specifies the encryption algorithm to use for encrypting a ......to use for encrypting a PDF document. public enum PdfEncryptionAlgorit...to use for encrypting a PDF document. RC4_128 1 Specifies the encryption...
PageInfo Colored property. Returns true if the page contains colored content in C#.... Document doc = new Document ( MyDir + "Document.docx" );...that the first page of the document is not colored. Assert . IsFalse...
TxtLoadOptions AutoNumberingDetection property. Gets or sets a boolean value indicating either automatic numbering detection will be performed while loading a Document. The default value is true in C#....performed while loading a document. The default value is true...AutoNumberingDetecti = false }; Document doc = new Document ( MyDir + "Number...
Removes metadata from the Document....RemoveMetadata Document.RemoveMetadata method Removes metadata...metadata from the document. public void RemoveMetadata () See Also...