'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
[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); }
Property Value
True if whether image appearances uses in single-page mode; otherwise, false.