ExtendedDocumentPropertiesModel

ExtendedDocumentPropertiesModel

Overview

ExtendedDocumentPropertiesModel is a class in Aspose.Cells FOSS for .NET.

Represents extended document properties model.

Properties

NameTypeAccessDescription
ApplicationstringRead/WriteGets or sets the name of the application that created the document
AppVersionstringRead/WriteGets or sets the version string of the creating application
CompanystringRead/WriteGets or sets the company name associated with the document
ManagerstringRead/WriteGets or sets the manager name recorded in the document properties
DocSecurityint?Read/WriteGets or sets the document security level as a nullable integer
HyperlinkBasestringRead/WriteGets or sets the base URL used for relative hyperlinks
ScaleCropbool?Read/WriteGets or sets a nullable flag indicating whether scaling and cropping are applied
LinksUpToDatebool?Read/WriteGets or sets a nullable flag indicating if external links are up to date
SharedDocbool?Read/WriteGets or sets a nullable flag indicating whether the document is shared

Methods

SignatureDescription
CopyFrom(source: ExtendedDocumentPropertiesModel)The source.
HasStoredState()if the condition is met; otherwise, .

See Also