Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.7
|
Leadtools.Jpeg2000 Namespace > Jpeg2000FrameInformation Structure : CodeStream Property |
public int[] CodeStream {get; set;}
'Declaration Public Property CodeStream As Integer()
'Usage Dim instance As Jpeg2000FrameInformation Dim value() As Integer instance.CodeStream = value value = instance.CodeStream
public: property array<int>^ CodeStream { array<int>^ get(); void set ( array<int>^ value); }