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