'Declaration <CategoryAttribute("EMF")> <DescriptionAttribute("A value indicating whether the information about image resolution is stored in an EMF page.")> Public Overrides ReadOnly Property HasResolution As Boolean
[Category("EMF")] [Description("A value indicating whether the information about image resolution is stored in an EMF page.")] public override bool HasResolution { get; }
[Category("EMF")] [Description("A value indicating whether the information about image resolution is stored in an EMF page.")] public: __property bool get_HasResolution(); override;
[Category("EMF")] [Description("A value indicating whether the information about image resolution is stored in an EMF 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.