'Declaration <CategoryAttribute("DICOM frame")> Public Overrides Property Resolution As Vintasoft.Imaging.Resolution
[Category("DICOM frame")] public override Vintasoft.Imaging.Resolution Resolution { get; set; }
[Category("DICOM frame")] public: __property Vintasoft.Imaging.Resolution get_Resolution(); override; public: __property void set_Resolution(
Vintasoft.Imaging.Resolution value
); override;
[Category("DICOM frame")] public:
property Vintasoft.Imaging.Resolution Resolution { Vintasoft.Imaging.Resolution get() override;; void set(Vintasoft.Imaging.Resolution value) override;; }
Property Value
The resolution, which is loaded from DICOM frame if HasResolution returns true; otherwise, the default (screen) resolution.