DocumentProperties Methods |
The DocumentProperties type exposes the following members.
Name | Description | |
---|---|---|
![]() | ClearBuiltInProperties |
Clears and sets default values for all builtIn properties.
|
![]() | ClearCustomProperties |
Removes all custom properties.
|
![]() | Clone |
Clones current object
|
![]() | CloneT |
Clones current object
|
![]() | ContainsCustomProperty |
Check presents of a custom property with a specified name.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetCustomPropertyName |
Return a custom property name at the specified index.
|
![]() | GetCustomPropertyValue(String, Boolean) |
Gets a named boolean value from the custom properties.
|
![]() | GetCustomPropertyValue(String, DateTime) |
Gets a named DateTime value from the custom properties.
|
![]() | GetCustomPropertyValue(String, Double) |
Gets a named double value from the custom properties.
|
![]() | GetCustomPropertyValue(String, Int32) |
Gets a named integer value from the custom properties.
|
![]() | GetCustomPropertyValue(String, Single) |
Gets a named float value from the custom properties.
|
![]() | GetCustomPropertyValue(String, String) |
Gets a named string value from the custom properties.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RemoveCustomProperty |
Remove a custom property associated with a specified name.
|
![]() | SetCustomPropertyValue(String, Boolean) |
Sets a named boolean custom property.
|
![]() | SetCustomPropertyValue(String, DateTime) |
Sets a named DateTime custom property.
|
![]() | SetCustomPropertyValue(String, Double) |
Sets a named double custom property.
|
![]() | SetCustomPropertyValue(String, Int32) |
Sets a named integer custom property.
|
![]() | SetCustomPropertyValue(String, Single) |
Sets a named float custom property.
|
![]() | SetCustomPropertyValue(String, String) |
Sets a named string custom property.
|
![]() | ToString | (Inherited from Object.) |