HasResolution Property (RawImagePageBase)
Gets a value indicating whether the information about image resolution is stored in a RAW image page.
'Declaration
Public Overrides ReadOnly Property HasResolution As Boolean
public override bool HasResolution {get;}
public: __property bool get_HasResolution() override;
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.
Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows XP, Windows Server 2012, Windows Server 2008, Windows Server 2003