[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IBuiltInDocumentPropertyCollection.ScaleCrop

ScaleCrop Property

ScaleCrop

Gets or sets the display mode of the document thumbnail.

Declaration
bool ScaleCrop { get; set; }
Property ScaleCrop As Boolean
Property Value
Type Description
bool

true if the document thumbnail uses scale-crop mode; otherwise, false.

Examples
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.ScaleCrop = true;
bool scaleCrop = properties.ScaleCrop;