In This Topic
The number of pixels per frame
Syntax
'Declaration
Public ReadOnly Property PixelsPerFrame As System.Integer
'Usage
Dim instance As DicomDataSet
Dim value As System.Integer
value = instance.PixelsPerFrame
public System.int PixelsPerFrame {get;}
public read-only property PixelsPerFrame: System.Integer;
public function get PixelsPerFrame : System.int
public: __property System.int get_PixelsPerFrame();
public:
property System.int PixelsPerFrame {
System.int get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also