'Declaration <DescriptionAttribute("Indicates that the processing command need to convert the processing image to the nearest pixel format without color loss if processing command does not support pixel format.")> <DefaultValueAttribute(False)> Public Overridable Property ExpandSupportedPixelFormats As Boolean
[Description("Indicates that the processing command need to convert the processing image to the nearest pixel format without color loss if processing command does not support pixel format.")] [DefaultValue(False)] public virtual bool ExpandSupportedPixelFormats { get; set; }
[Description("Indicates that the processing command need to convert the processing image to the nearest pixel format without color loss if processing command does not support pixel format.")] [DefaultValue(False)] public: __property virtual bool get_ExpandSupportedPixelFormats(); public: __property virtual void set_ExpandSupportedPixelFormats(
bool value
);
[Description("Indicates that the processing command need to convert the processing image to the nearest pixel format without color loss if processing command does not support pixel format.")] [DefaultValue(False)] public:
virtual property bool ExpandSupportedPixelFormats { bool get(); void set(bool value); }
Property Value
True - команде обработки необходимо преобразовать обрабатываемое изображение в ближайший формат пикселей без потери цвета; в противном случае - false. Значение по умолчанию - false.