'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
[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;; }
Property Value
True - свойство Resolution возвращает разрешение, загруженное из DICOM-кадра;
false - свойство Resolution возвращает разрешение по умолчанию (экранное).
false - свойство Resolution возвращает разрешение по умолчанию (экранное).