IXpsOMGlyphsEditor::SetIsSideways method (xpsobjectmodel.h)

Sets the value that indicates whether the text is to be rendered with the glyphs rotated sideways.

Syntax

HRESULT SetIsSideways(
  [in] BOOL isSideways
);

Parameters

[in] isSideways

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

Requirement Value
Minimum supported client Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps]
Target Platform Windows
Header xpsobjectmodel.h

See also

IXpsOMGlyphsEditor

XML Paper Specification