Freigeben über


DisplayPath.WireFormat Eigenschaft

Definition

Ruft einen optionalen Wert für die genaue Hardwaredarstellung ab, die zum Scannen verwendet wird, oder legt diesen fest. z. B. Pixelcodierung, Bits pro Kanal, Farbraum und HDR-Metadatenformat.

public:
 property DisplayWireFormat ^ WireFormat { DisplayWireFormat ^ get(); void set(DisplayWireFormat ^ value); };
DisplayWireFormat WireFormat();

void WireFormat(DisplayWireFormat value);
public DisplayWireFormat WireFormat { get; set; }
var displayWireFormat = displayPath.wireFormat;
displayPath.wireFormat = displayWireFormat;
Public Property WireFormat As DisplayWireFormat

Eigenschaftswert

Ein DisplayWireFormat-Wert .

Hinweise

Diese Eigenschaft kann nicht festgelegt (NULL) bleiben, damit das System sie während eines Aufrufs von TryApply oder TryFunctionalize ausfüllen kann.

Gilt für: