Skip to content

Latest commit

 

History

History
112 lines (86 loc) · 3.71 KB

nf-xpsobjectmodel-ixpsompath-getstrokedashes.md

File metadata and controls

112 lines (86 loc) · 3.71 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.IXpsOMPath.GetStrokeDashes
IXpsOMPath::GetStrokeDashes (xpsobjectmodel.h)
Gets a pointer to the IXpsOMDashCollection interface that contains the XPS_DASH structures that define the dash pattern of the stroke.
GetStrokeDashes
GetStrokeDashes method [XPS Documents and Packaging]
GetStrokeDashes method [XPS Documents and Packaging]
IXpsOMPath interface
IXpsOMPath interface [XPS Documents and Packaging]
GetStrokeDashes method
IXpsOMPath.GetStrokeDashes
IXpsOMPath::GetStrokeDashes
xps.ixpsompath_getstrokedashes
xpsobjectmodel/IXpsOMPath::GetStrokeDashes
xps\ixpsompath_getstrokedashes.htm
xps
60c76c8f-1434-4347-9639-a886d6ae133c
12/05/2018
GetStrokeDashes, GetStrokeDashes method [XPS Documents and Packaging], GetStrokeDashes method [XPS Documents and Packaging],IXpsOMPath interface, IXpsOMPath interface [XPS Documents and Packaging],GetStrokeDashes method, IXpsOMPath.GetStrokeDashes, IXpsOMPath::GetStrokeDashes, xps.ixpsompath_getstrokedashes, xpsobjectmodel/IXpsOMPath::GetStrokeDashes
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
IXpsOMPath::GetStrokeDashes
xpsobjectmodel/IXpsOMPath::GetStrokeDashes
c++
APIRef
kbSyntax
COM
xpsobjectmodel.h
IXpsOMPath.GetStrokeDashes

IXpsOMPath::GetStrokeDashes

-description

Gets a pointer to the IXpsOMDashCollection interface that contains the XPS_DASH structures that define the dash pattern of the stroke.

-parameters

-param strokeDashes [out, retval]

A pointer to the IXpsOMDashCollection interface that contains the XPS_DASH structures that define the dash pattern of the stroke.

-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
strokeDashes is NULL.

-see-also

IXpsOMDashCollection

IXpsOMPath

XML Paper Specification

XPS Document Errors

XPS_DASH