Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 22 Current »

Introduced in build 8.4

Description

Sets the value of the specified property.

C#
vb.net

Parameters

property
A DocumentProperties.BuiltInProperty object that represents the built-in property to set.
propertyValue
An Object that represents the value of the property specified.

Exceptions

ArgumentException

SetDocumentProperty will throw this exception if an invalid type is passed for the property.

  • CreationDate, EditTime and LastPrintedDate must be of type System.DateTime.
  • RevisionNumber must be of type int.
  • ScaleOrCrop and LinksUpToDate must be of type Boolean.

Remarks

This feature is available in OOXML files (DOCX/DOCM) only.

Setting the value to null will clear any existing values.

This is the MS Word equivalent of File menu > Info > Show All Properties:

Examples

C#
vb.net
  • No labels