Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
VerticalSubSamplingValues Property
See Also 
Leadtools.Codecs Namespace > CodecsJpeg2000Options.CodecsJpeg2000SaveOptions Class : VerticalSubSamplingValues Property



Reserved for internal use.

Syntax

Visual Basic (Declaration) 
Public Property VerticalSubSamplingValues As Integer()
Visual Basic (Usage)Copy Code
Dim instance As CodecsJpeg2000Options.CodecsJpeg2000SaveOptions
Dim value() As Integer
 
instance.VerticalSubSamplingValues = value
 
value = instance.VerticalSubSamplingValues
C# 
public int[] VerticalSubSamplingValues {get; set;}
C++/CLI 
public:
property array<int>^ VerticalSubSamplingValues {
   array<int>^ get();
   void set (intarray<value>^ value);
}

Return Value

Reserved for internal use.

Remarks

This member is intended to be used internally by LEADTOOLS.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also