Message-ID: <1113233131.8901.1711667249834.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8900_188403887.1711667249834" ------=_Part_8900_188403887.1711667249834 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html DocumentProperties.Keywords

DocumentProperties.Keywords

Description

Sets or returns keywords that can be used to search for the presenta= tion. In PowerPoint, a file's keywords are displayed in the Summary page of= the Properties sheet.=20
C#
=20
public System.String Keywords{ get; set; }=20
=20
vb.net
=20
Public Property Keywords() As String
=20
=20

Examples

=20
C#
=20
          //--- Get Keywords
          string keywords =3D docProps.Keywords;

          //--- Set Keywords
          docProps.Keywords =3D "PowerPointWriter, OfficeWriter";
        
=20
vb.net
=20
          '--- Get Keywords
          Dim keywords As String =3D docProps.Keywords

          '--- Set Keywords
          docProps.Keywords =3D "PowerPointWriter, OfficeWriter"
        
=20
------=_Part_8900_188403887.1711667249834--