Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
ScaleCrop and LinksUpToDate are two extended built-in document properties defined inside the OpenXml format. The purpose of these properties are following
This element indicates the display mode of the document thumbnail. Set this element to TRUE to enable scaling of the document thumbnail to the display. Set this element to FALSE to enable cropping of the document thumbnail to show only sections that fit the display.
The possible values for this element are defined by the W3C XML Schema boolean datatype.
This element indicates whether hyperlinks in a document are up-to-date. Set this element to TRUE to indicate that hyperlinks are updated. Set this element to FALSE to indicate that hyperlinks are outdated.
The possible values for this element are defined by the W3C XML Schema boolean datatype.

The following sample code sets the ScaleCrop and LinksUpToDate extended built-in document properties of the workbook. Please check the output excel file generated with this code, change its extension to .zip and extract its contents and view the app.xml as shown in the screenshot above.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.