Removes the property from the document (if it exists).
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
public void RemoveProperty( string name )
Public Sub RemoveProperty ( _ name As String _ )
public: void RemoveProperty( String^ name )
public void RemoveProperty( String name )
![](../icons/collapse_all.gif)
- name (String)
- Name of property to remove.