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