ISummaryInformation Interface
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Structure describing SummaryInformation Property Set
Namespace:Bytescout.Spreadsheet.COMAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
The ISummaryInformation type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ApplicationName | The name of the application that was used to create the document. |
![]() | Author | The author of the document. |
![]() | CharCount | The total number of characters in the document. |
![]() | Codepage | Codepage for text |
![]() | Comments | Comments related the document. |
![]() | CreateDateTime | Gets or sets the time that the document was created. |
![]() | EditTime | Gets or sets the total amount of time that has been spent editing the document. |
![]() | Keywords | Keywords related to the document. |
![]() | LastAuthor | The last author of the document. |
![]() | LastPrinted | Gets or sets the most recent time the document was printed. |
![]() | LastSavedDateTime | Gets or sets the most recent time the document was saved. |
![]() | PageCount | The total number of pages in the document. |
![]() | RevisionNumber | An application-specific revision number for this version of the document. |
![]() | Security | A 32-bit signed integer representing a set of application-suggested access control flags with the following values: 0x00000001: Password protected 0x00000002: Read-only recommended 0x00000004: Read-only enforced 0x00000008: Locked for annotations |
![]() | Subject | The subject of the document. |
![]() | Template | The application specific template used to create the document. |
![]() | Title | The title of the document. |
![]() | WordCount | The total number of words in the document. |
See Also