HyperlinksChanged
BuiltInDocumentProperties.HyperlinksChanged property
Indicates whether hyperlinks in a document were changed.
public bool HyperlinksChanged { get; }
Remarks
Aspose.Words does not update this property.
Examples
Shows how to get extended properties.
Document doc = new Document(MyDir + "Extended properties.docx");
Assert.IsTrue(doc.BuiltInDocumentProperties.ScaleCrop);
Assert.IsTrue(doc.BuiltInDocumentProperties.SharedDocument);
Assert.IsTrue(doc.BuiltInDocumentProperties.HyperlinksChanged);
See Also
- class BuiltInDocumentProperties
- namespace Aspose.Words.Properties
- assembly Aspose.Words