DocumentProperties Methods

The DocumentProperties type exposes the following members.

Methods
  NameDescription
Public methodClearBuiltInProperties
Clears and sets default values for all builtIn properties.
Public methodClearCustomProperties
Removes all custom properties.
Public methodClone
Clones current object
Public methodCloneT
Clones current object
Public methodContainsCustomProperty
Check presents of a custom property with a specified name.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetCustomPropertyName
Return a custom property name at the specified index.
Public methodGetCustomPropertyValue(String, Boolean)
Gets a named boolean value from the custom properties.
Public methodGetCustomPropertyValue(String, DateTime)
Gets a named DateTime value from the custom properties.
Public methodGetCustomPropertyValue(String, Double)
Gets a named double value from the custom properties.
Public methodGetCustomPropertyValue(String, Int32)
Gets a named integer value from the custom properties.
Public methodGetCustomPropertyValue(String, Single)
Gets a named float value from the custom properties.
Public methodGetCustomPropertyValue(String, String)
Gets a named string value from the custom properties.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveCustomProperty
Remove a custom property associated with a specified name.
Public methodSetCustomPropertyValue(String, Boolean)
Sets a named boolean custom property.
Public methodSetCustomPropertyValue(String, DateTime)
Sets a named DateTime custom property.
Public methodSetCustomPropertyValue(String, Double)
Sets a named double custom property.
Public methodSetCustomPropertyValue(String, Int32)
Sets a named integer custom property.
Public methodSetCustomPropertyValue(String, Single)
Sets a named float custom property.
Public methodSetCustomPropertyValue(String, String)
Sets a named string custom property.
Public methodToString (Inherited from Object.)
See Also