EncoderParameter.ValueType 属性

定义

获取存储在此 EncoderParameter 对象中的值的数据类型。

public:
 property System::Drawing::Imaging::EncoderParameterValueType ValueType { System::Drawing::Imaging::EncoderParameterValueType get(); };
public System.Drawing.Imaging.EncoderParameterValueType ValueType { get; }
member this.ValueType : System.Drawing.Imaging.EncoderParameterValueType
Public ReadOnly Property ValueType As EncoderParameterValueType

属性值

EncoderParameterValueType 枚举的成员,指示存储在此 EncoderParameter 对象中的值的数据类型。

适用于