SummaryInfo Class

Summary info
Inheritance Hierarchy

Namespace:  Aspose.Pub
Assembly:  Aspose.PUB (in Aspose.PUB.dll) Version: 20.2
Syntax
public class SummaryInfo : MetaInfo

The SummaryInfo type exposes the following members.

Constructors
  NameDescription
Public methodSummaryInfo
Initializes a new instance of the SummaryInfo class
Properties
  NameDescription
Public propertyAppName
The name of the application that was used to create the document
Public propertyAuthor
The author of the document
Public propertyCharCount
The total number of characters in the document
Public propertyClsid
CLSID identifier
(Inherited from MetaInfo.)
Public propertyCodePage
Code page identifier
(Inherited from MetaInfo.)
Public propertyComments
Comments related the document
Public propertyDocSecurity
The document security ID Document security ID is 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
Public propertyFMTID
FMTID identifier
(Inherited from MetaInfo.)
Public propertyIsLittleEndian
Is little endian
(Inherited from MetaInfo.)
Public propertyKeywords
Keywords related to the document
Public propertyLastAuthor
The last author of the document
Public propertyLocale
Locale identifier
(Inherited from MetaInfo.)
Public propertyPageCount
The total number of pages in the document
Public propertyPropsCount
Count of properties
(Inherited from MetaInfo.)
Public propertyPropsIdentifiers
Identifiers of properties
(Inherited from MetaInfo.)
Public propertyRawByteOrder
Raw byte order
(Inherited from MetaInfo.)
Public propertyRevNumber
Application-specific revision number for this version of the document
Public propertySubject
The subject of the document
Public propertySysID
System identifier
(Inherited from MetaInfo.)
Public propertyTemplate
Application-specific template from which the document was created
Public propertyTitle
The title of the document
Public propertyVersion
Version value
(Inherited from MetaInfo.)
Public propertyWordCount
The total number of words in the document
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetIntByID
Gets integer by ID
(Inherited from MetaInfo.)
Public methodGetProperty
Gets property by ID passed
(Inherited from MetaInfo.)
Protected methodGetStringByID
Gets string by ID
(Inherited from MetaInfo.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetAuthor
Sets author of the document
Public methodSetComments
Sets comments related the document
Public methodSetKeywords
Sets keywords related to the document
Public methodSetLastAuthor
Sets last author of the document
Public methodSetSubject
Sets subject of the document
Public methodSetTitle
Sets title of the document
Public methodToString (Inherited from Object.)
See Also