'Declaration <DescriptionAttribute("A value indicating whether page contains only an image.")> Public ReadOnly Property IsImageOnly As Boolean
[Description("A value indicating whether page contains only an image.")] public bool IsImageOnly { get; }
[Description("A value indicating whether page contains only an image.")] public: __property bool get_IsImageOnly();
[Description("A value indicating whether page contains only an image.")] public:
property bool IsImageOnly { bool get(); }
Property Value
true - страница содержит только изображение; в противном случае - false.