The following tables list the members exposed by IDrawingProperties.
Name | Description | |
---|---|---|
![]() | Author | Gets or sets the author of this drawing document. |
![]() | Comments | Gets or sets the comments for this drawing document. |
![]() | Keywords | Gets or sets the keywords for this drawing document. |
![]() | Subject | Gets or sets the subject for this drawing document. |
![]() | Title | Gets or sets the title for this drawing document. |
Name | Description | |
---|---|---|
![]() | AddCustomProperty | Adds a custom property and its value to the drawing document. |
![]() | GetCustomProperty | Gets the value of the specified custom property. |
![]() | GetCustomPropertyAt | Gets the value and name of the custom property at the specified index. |
![]() | GetCustomPropertyCount | Gets the number of custom properties added to this drawing document. |
![]() | HasCustomProperty | Gets whether the specified custom property was added to this drawing document. |
![]() | RemoveCustomProperty | Deletes the specified custom property from this drawing document. |
![]() | RemoveCustomPropertyAt | Removes the custom property at the specified index from this drawing document. |
![]() | SetCustomProperty | Changes the value of the specified custom property, which was previously added to this drawing document. |
![]() | SetCustomPropertyAt | Changes the value of the custom property, which was previously added to this drawing document, at the specified index. |