'Declaration <DescriptionAttribute("A value indicating whether the image viewer must use the image appearances only in single-page mode.")> <DefaultValueAttribute(False)> Public Property UseImageAppearancesInSinglePageMode As Boolean
[Description("A value indicating whether the image viewer must use the image appearances only in single-page mode.")] [DefaultValue(False)] public bool UseImageAppearancesInSinglePageMode { get; set; }
[Description("A value indicating whether the image viewer must use the image appearances only in single-page mode.")] [DefaultValue(False)] public: __property bool get_UseImageAppearancesInSinglePageMode(); public: __property void set_UseImageAppearancesInSinglePageMode(
bool value
);
[Description("A value indicating whether the image viewer must use the image appearances only in single-page mode.")] [DefaultValue(False)] public:
property bool UseImageAppearancesInSinglePageMode { bool get(); void set(bool value); }
Property Value
True, если внешний вид изображения используется в одностраничном режиме; в противном случае - false.