LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
SubpictureOn Property
See Also 
Leadtools.Multimedia Namespace > DVDControl Class : SubpictureOn Property



Gets or sets the the Subpicture display.

Syntax

Visual Basic (Declaration) 
Public Property SubpictureOn As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DVDControl
Dim value As Boolean
 
instance.SubpictureOn = value
 
value = instance.SubpictureOn
C# 
public bool SubpictureOn {get; set;}
C++/CLI 
public:
property bool SubpictureOn {
   bool get();
   void set (    bool value);
}

Property Value

true if the Subpicture is On; false, otherwise.

Remarks

This method does not support command synchronization. The title currently being played determines which Subpicture streams are enabled and disabled. The title must enable a Subpicture stream for it to be displayed. The programmer can retrieve the Subpicture stream status by calling the IsSubpictureStreamEnabled method.

For more detailed information, refer to the Microsoft documentation for IDvdControl2.SetSubpictureState.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also