BitmapEncoder.EncoderInformation Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Informationen zum Bitmapencoder.
public:
property BitmapCodecInformation ^ EncoderInformation { BitmapCodecInformation ^ get(); };
BitmapCodecInformation EncoderInformation();
public BitmapCodecInformation EncoderInformation { get; }
var bitmapCodecInformation = bitmapEncoder.encoderInformation;
Public ReadOnly Property EncoderInformation As BitmapCodecInformation
Eigenschaftswert
Ein Objekt, das Informationen zum Bitmapencoder enthält.