SharedDocument
BuiltInDocumentProperties.SharedDocument property
Belgenin paylaşılan bir belge olup olmadığını belirtir.
public bool SharedDocument { get; }
Notlar
Aspose.Words bu özelliği güncellemez.
Örnekler
Genişletilmiş özelliklerin nasıl alınacağını gösterir.
Document doc = new Document(MyDir + "Extended properties.docx");
Assert.IsTrue(doc.BuiltInDocumentProperties.ScaleCrop);
Assert.IsTrue(doc.BuiltInDocumentProperties.SharedDocument);
Assert.IsTrue(doc.BuiltInDocumentProperties.HyperlinksChanged);
Ayrıca bakınız
- class BuiltInDocumentProperties
- ad alanı Aspose.Words.Properties
- toplantı Aspose.Words