ScaleCrop
BuiltInDocumentProperties.ScaleCrop property
Anger om dokumentminiatyren är beskuren eller skalad för att passa skärmen.
public bool ScaleCrop { get; }
Anmärkningar
Aspose.Words uppdaterar inte den här egenskapen.
Exempel
Visar hur man får utökade egenskaper.
Document doc = new Document(MyDir + "Extended properties.docx");
Assert.IsTrue(doc.BuiltInDocumentProperties.ScaleCrop);
Assert.IsTrue(doc.BuiltInDocumentProperties.SharedDocument);
Assert.IsTrue(doc.BuiltInDocumentProperties.HyperlinksChanged);
Se även
- class BuiltInDocumentProperties
- namnutrymme Aspose.Words.Properties
- hopsättning Aspose.Words