| Visual Basic (Declaration) | |
|---|---|
Public Enum DVDParentalLevel Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DVDParentalLevel | |
| C# | |
|---|---|
public enum DVDParentalLevel : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class DVDParentalLevel : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Level_1 | Parental Management Level 1 |
| Level_2 | G rating; suitable for general audiences. |
| Level_3 | PG rating; parental guidance suggested. |
| Level_4 | PG-13 rating; parental guidance suggested, not suitable for childeren under 13. |
| Level_5 | Parental Management Level 5 |
| Level_6 | R rating; violence, adult language, and situations unsuitable for youg viewers. |
| Level_7 | NC-17 rating; adult theme or content not suitable for children under 17. |
| Level_8 | Adult rating; Adult content. |
Level_8 is the most restrictive level and Level_1 is the least restrictive.
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.DVDParentalLevel
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code