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

Show in webframe

VH Property






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

            

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

Property Value

The horizontal subsampling period of V.
Example
Refer to ConversionParameters.YuvParameters example.
Requirements

Target Platforms

See Also

Reference

ConversionYuvParameters Structure
ConversionYuvParameters Members

Error processing SSI file