IDrawingProperties Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by IDrawingProperties.

Public Properties

 NameDescription
 PropertyAuthorGets or sets the author of this drawing document.  
 PropertyCommentsGets or sets the comments for this drawing document.  
 PropertyKeywordsGets or sets the keywords for this drawing document.  
 PropertySubjectGets or sets the subject for this drawing document.  
 PropertyTitleGets or sets the title for this drawing document.  
Top

Public Methods

 NameDescription
 MethodAddCustomPropertyAdds a custom property and its value to the drawing document.  
 MethodGetCustomPropertyGets the value of the specified custom property.  
 MethodGetCustomPropertyAtGets the value and name of the custom property at the specified index.  
 MethodGetCustomPropertyCountGets the number of custom properties added to this drawing document.  
 MethodHasCustomPropertyGets whether the specified custom property was added to this drawing document.  
 MethodRemoveCustomPropertyDeletes the specified custom property from this drawing document.  
 MethodRemoveCustomPropertyAtRemoves the custom property at the specified index from this drawing document.  
 MethodSetCustomPropertyChanges the value of the specified custom property, which was previously added to this drawing document.  
 MethodSetCustomPropertyAtChanges the value of the custom property, which was previously added to this drawing document, at the specified index.  
Top

See Also