[Category("DICOM frame")] [Description("A value indicating whether the information about image resolution is stored in a DICOM frame.")] public override bool HasResolution { get; }
[Category("DICOM frame")] [Description("A value indicating whether the information about image resolution is stored in a DICOM frame.")] public: __property bool get_HasResolution(); override;
[Category("DICOM frame")] [Description("A value indicating whether the information about image resolution is stored in a DICOM frame.")] public:
property bool HasResolution { bool get() override;; }
'Declaration <CategoryAttribute("DICOM frame")> <DescriptionAttribute("A value indicating whether the information about image resolution is stored in a DICOM frame.")> Public Overrides ReadOnly Property HasResolution As Boolean
Property Value
True - the Resolution property returns resolution loaded from DICOM frame;
false - the Resolution property returns the default (screen) resolution.
false - the Resolution property returns the default (screen) resolution.