Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

UV Property






Gets or sets the vertical subsampling period of U.
Syntax
public int UV {get; set;}
'Declaration
 
Public Property UV As Integer
'Usage
 
Dim instance As ConversionYuvParameters
Dim value As Integer
 
instance.UV = value
 
value = instance.UV

            

            
public:
property int UV {
   int get();
   void set (    int value);
}

Property Value

The vertical subsampling period of U.
Example
Refer to ConversionParameters.YuvParameters example.
Requirements

Target Platforms

See Also

Reference

ConversionYuvParameters Structure
ConversionYuvParameters Members

Error processing SSI file