SharedDocument
BuiltInDocumentProperties.SharedDocument property
Указывает, является ли документ общим документом.
public bool SharedDocument { get; }
Примечания
Aspose.Words не обновляет это свойство.
Примеры
Показывает, как получить расширенные свойства.
Document doc = new Document(MyDir + "Extended properties.docx");
Assert.IsTrue(doc.BuiltInDocumentProperties.ScaleCrop);
Assert.IsTrue(doc.BuiltInDocumentProperties.SharedDocument);
Assert.IsTrue(doc.BuiltInDocumentProperties.HyperlinksChanged);
Смотрите также
- class BuiltInDocumentProperties
- пространство имен Aspose.Words.Properties
- сборка Aspose.Words