UserDescriptionProperty Constructor

Initializes a new instance of the UserDescriptionProperty class.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public UserDescriptionProperty(
	string description,
	string language,
	string name,
	string tags
)

Parameters

description  String
The description.
language  String
The language.
name  String
The name.
tags  String
The tags.

See Also