op_Explicit
explicit operator
Retourneert een bytewaarde uit het onderliggende veld van de opgegeven FixedLayoutFormats-instantie
public static explicit operator byte(FixedLayoutFormats input)
Parameter | Type | Beschrijving |
---|---|---|
input | FixedLayoutFormats | Voer de instantie FixedLayoutFormats in |
Zie ook
- struct FixedLayoutFormats
- naamruimte GroupDocs.Editor.Formats
- montage GroupDocs.Editor
explicit operator
Cast gespecificeerde onbewerkte bytewaarde naar geldige FixedLayoutFormats-instantie en retourneert deze of genereert een uitzondering, de opgegeven waarde is invalid
public static explicit operator FixedLayoutFormats(byte raw)
Parameter | Type | Beschrijving |
---|---|---|
raw | Byte | Ruwe bytewaarde |
Zie ook
- struct FixedLayoutFormats
- naamruimte GroupDocs.Editor.Formats
- montage GroupDocs.Editor