FileFormatProperties.Set(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set a file format property value for a key name.
public:
void Set(System::String ^ keyName, System::Object ^ value);
public void Set(string keyName, object value);
member this.Set : string * obj -> unit
Public Sub Set (keyName As String, value As Object)
Parameters
- keyName
- String
Property key name.
- value
- Object
Property value.