Exemple #1
0
        /// <summary>
        /// Removes the thumbnail.
        /// </summary>
        public void RemoveThumbnail()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_THUMBNAIL);
        }
Exemple #2
0
        /// <summary>
        /// Removes the name of the application.
        /// </summary>
        public void RemoveApplicationName()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_APPNAME);
        }
Exemple #3
0
        /// <summary>
        /// Removes the word count.
        /// </summary>
        public void RemoveWordCount()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_WORDCOUNT);
        }
Exemple #4
0
        /// <summary>
        /// Removes the char count.
        /// </summary>
        public void RemoveCharCount()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_CHARCOUNT);
        }
Exemple #5
0
        /// <summary>
        /// Removes the last save date time.
        /// </summary>
        public void RemoveLastSaveDateTime()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_LASTSAVE_DTM);
        }
Exemple #6
0
        /// <summary>
        /// Removes the page count.
        /// </summary>
        public void RemovePageCount()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_PAGECOUNT);
        }
Exemple #7
0
        /// <summary>
        /// Removes the last printed.
        /// </summary>
        public void RemoveLastPrinted()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_LASTPRINTED);
        }
Exemple #8
0
        /// <summary>
        /// Removes the keywords.
        /// </summary>
        public void RemoveKeywords()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_KEYWORDS);
        }
Exemple #9
0
        /// <summary>
        /// Removes the rev number.
        /// </summary>
        public void RemoveRevNumber()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_REVNUMBER);
        }
Exemple #10
0
        /// <summary>
        /// Removes the edit time.
        /// </summary>
        public void RemoveEditTime()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_EDITTIME);
        }
Exemple #11
0
        /// <summary>
        /// Removes the last author.
        /// </summary>
        public void RemoveLastAuthor()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_LASTAUTHOR);
        }
Exemple #12
0
        /// <summary>
        /// Removes the template.
        /// </summary>
        public void RemoveTemplate()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_TEMPLATE);
        }
Exemple #13
0
        /// <summary>
        /// Removes the comments.
        /// </summary>
        public void RemoveComments()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_COMMENTS);
        }
Exemple #14
0
        /// <summary>
        /// Removes the security code.
        /// </summary>
        public void RemoveSecurity()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_SECURITY);
        }
Exemple #15
0
        /// <summary>
        /// Removes the create date time.
        /// </summary>
        public void RemoveCreateDateTime()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_Create_DTM);
        }
Exemple #16
0
        /// <summary>
        /// Removes the title.
        /// </summary>
        public void RemoveTitle()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_TITLE);
        }
Exemple #17
0
        /// <summary>
        /// Removes the subject.
        /// </summary>
        public void RemoveSubject()
        {
            MutableSection s = (MutableSection)FirstSection;

            s.RemoveProperty(PropertyIDMap.PID_SUBJECT);
        }