In This Topic
How the colour pixel data is arranged
Syntax
'Declaration
Public ReadOnly Property Planarconfig As System.Integer
'Usage
Dim instance As DicomCodecBaseArguments
Dim value As System.Integer
value = instance.Planarconfig
public System.int Planarconfig {get;}
public read-only property Planarconfig: System.Integer;
public function get Planarconfig : System.int
public: __property System.int get_Planarconfig();
public:
property System.int Planarconfig {
System.int get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also