'Declaration <DescriptionAttribute("Indicates whether the command should create the mask layer with high quality.")> <DefaultValueAttribute(True)> Public Property HiQualityMask As Boolean
[Description("Indicates whether the command should create the mask layer with high quality.")] [DefaultValue(true)] public bool HiQualityMask {get; set;}
[Description("Indicates 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("Indicates 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 - command should create the mask layer with high quality; false - command should create the mask layer with normal quality.Default value is true.