media property
[This documentation is preliminary and is subject to change.]
Sets or retrieves the media type.
Syntax
HRESULT value = object.put_media(BSTR v);HRESULT value = object.get_media(BSTR* p);
Property values
Type: BSTR
all
-
Default. Applies to all devices.
print
-
Output is intended for printed material and for on-screen documents viewed in Print Preview mode.
screen
-
Output is intended for computer screens.
tv
-
Output is intended for television screens.
unknown
-
Intended output is unknown.
aural
-
Output is intended for speech synthesizers.
braille
-
Output is intended for braille tactile feedback devices.
embossed
-
Intended output is embossed.
handheld
-
Output is intended for handheld devices.
projection
-
Output is intended for projection devices.
tty
-
Output is intended for TTY devices.
Build date: 6/12/2012
Community Additions
Show: