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