Skip to content

Latest commit

 

History

History
139 lines (112 loc) · 4.39 KB

nf-xpsobjectmodel-ixpsomcanvas-getusealiasededgemode.md

File metadata and controls

139 lines (112 loc) · 4.39 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:xpsobjectmodel.IXpsOMCanvas.GetUseAliasedEdgeMode
IXpsOMCanvas::GetUseAliasedEdgeMode (xpsobjectmodel.h)
Gets a Boolean value that determines whether the edges of the objects in the canvas are to be rendered using the aliased edge mode.
FALSE
GetUseAliasedEdgeMode
GetUseAliasedEdgeMode method [XPS Documents and Packaging]
GetUseAliasedEdgeMode method [XPS Documents and Packaging]
IXpsOMCanvas interface
IXpsOMCanvas interface [XPS Documents and Packaging]
GetUseAliasedEdgeMode method
IXpsOMCanvas.GetUseAliasedEdgeMode
IXpsOMCanvas::GetUseAliasedEdgeMode
TRUE
xps.ixpsomcanvas_getusealiasededgemode
xpsobjectmodel/IXpsOMCanvas::GetUseAliasedEdgeMode
xps\ixpsomcanvas_getusealiasededgemode.htm
xps
9d3f0660-227a-4b0f-bd41-112bd89e4605
12/05/2018
FALSE, GetUseAliasedEdgeMode, GetUseAliasedEdgeMode method [XPS Documents and Packaging], GetUseAliasedEdgeMode method [XPS Documents and Packaging],IXpsOMCanvas interface, IXpsOMCanvas interface [XPS Documents and Packaging],GetUseAliasedEdgeMode method, IXpsOMCanvas.GetUseAliasedEdgeMode, IXpsOMCanvas::GetUseAliasedEdgeMode, TRUE, xps.ixpsomcanvas_getusealiasededgemode, xpsobjectmodel/IXpsOMCanvas::GetUseAliasedEdgeMode
xpsobjectmodel.h
Windows
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps \| UWP apps]
XpsObjectModel.idl
Windows
19H1
IXpsOMCanvas::GetUseAliasedEdgeMode
xpsobjectmodel/IXpsOMCanvas::GetUseAliasedEdgeMode
c++
APIRef
kbSyntax
COM
xpsobjectmodel.h
IXpsOMCanvas.GetUseAliasedEdgeMode

IXpsOMCanvas::GetUseAliasedEdgeMode

-description

Gets a Boolean value that determines whether the edges of the objects in the canvas are to be rendered using the aliased edge mode.

-parameters

-param useAliasedEdgeMode [out, retval]

The Boolean value that determines whether the objects in the canvas are to be rendered using the aliased edge mode.

Value Meaning
TRUE
The edges of objects in the canvas are to be rendered without anti-aliasing using the aliased edge mode. This includes any objects in the canvas that have useAliasedEdgeMode set to FALSE.

In the document markup, this corresponds to the RenderOptions.EdgeMode attribute having a value of Aliased.

FALSE
The edges of objects in the canvas are to be rendered in the default manner.

In the document markup, this corresponds to the RenderOptions.EdgeMode attribute being absent.

-returns

The method returns an HRESULT. Possible values include, but are not limited to, those in the table that follows. For information about XPS document API return values that are not listed in this table, see XPS Document Errors.

Return code Description
S_OK
The method succeeded.
E_POINTER
useAliasedEdgeMode is NULL.

-remarks

The property that is returned by this method corresponds to the RenderOptions.EdgeMode attribute of the Canvas element in the document markup.

-see-also

IXpsOMCanvas

XML Paper Specification

XPS Document Errors