Aspose::Pub::SummaryInfo class

SummaryInfo class

Summary info.

class SummaryInfo : public Aspose::Pub::MetaInfo

Methods

MethodDescription
get_AppName()The name of the application that was used to create the document.
get_Author()The author of the document.
get_CharCount()The total number of characters in the document.
get_Comments()Comments related the document.
get_DocSecurity()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.
get_Keywords()Keywords related to the document.
get_LastAuthor()The last author of the document.
get_PageCount()The total number of pages in the document.
get_RevNumber()Application-specific revision number for this version of the document.
get_Subject()The subject of the document.
get_Template()Application-specific template from which the document was created.
get_Title()The title of the document.
get_WordCount()The total number of words in the document.
SetAuthor(System::String)Sets author of the document.
SetComments(System::String)Sets comments related the document.
SetKeywords(System::String)Sets keywords related to the document.
SetLastAuthor(System::String)Sets last author of the document.
SetSubject(System::String)Sets subject of the document.
SetTitle(System::String)Sets title of the document.

See Also