XmpBasicPackageSetRating Method |
Sets rating.
Namespace:
Aspose.CAD.Xmp.Schemas.XmpBaseSchema
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic void SetRating(
int choise
)
Public Sub SetRating (
choise As Integer
)
public:
void SetRating(
int choise
)
member SetRating :
choise : int -> unit
Parameters
- choise
- Type: SystemInt32
From -1 till 5
See Also