IXpsOMGlyphsEditor::SetIsSideways method
Sets the value that indicates whether the text is to be rendered with the glyphs rotated sideways.
Syntax
HRESULT SetIsSideways(
[in] BOOL isSideways
);
Parameters
isSideways [in]
The Boolean value that indicates whether the text is to be rendered with the glyphs rotated sideways.Value Meaning TRUE Rotate the glyphs sideways. Produces sideways text.
FALSE Do not rotate the glyphs sideways. Produces normal text.
Return value
If the method succeeds, it returns S_OK; otherwise, it returns an HRESULT error code.
Requirements
Minimum supported client |
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps] |
Header |
Xpsobjectmodel.h |
IDL |
XpsObjectModel.idl |