'Declaration <DescriptionAttribute("A value indicating whether the command should create the mask layer with high quality.")> <DefaultValueAttribute(True)> Public Property HiQualityMask As Boolean
[Description("A value indicating whether the command should create the mask layer with high quality.")] [DefaultValue(True)] public bool HiQualityMask { get; set; }
[Description("A value indicating whether the command should create the mask layer with high quality.")] [DefaultValue(True)] public: __property bool get_HiQualityMask(); public: __property void set_HiQualityMask(
bool value
);
[Description("A value indicating whether the command should create the mask layer with high quality.")] [DefaultValue(True)] public:
property bool HiQualityMask { bool get(); void set(bool value); }
Property Value
true - команда должна создать слой-маску высокого качества; false - команда должна создать слой маски с нормальным качеством.
Значение по умолчанию - true.
Значение по умолчанию - true.