[]
Gets or sets the display mode of the document thumbnail.
bool ScaleCrop { get; set; }
Property ScaleCrop As Boolean
| Type | Description |
|---|---|
| bool | true if the document thumbnail uses scale-crop mode; otherwise, false. |
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.ScaleCrop = true;
bool scaleCrop = properties.ScaleCrop;