Skip to content

Latest commit

 

History

History
108 lines (85 loc) · 3.31 KB

nf-xpsobjectmodel-ixpsomcanvas-getvisuals.md

File metadata and controls

108 lines (85 loc) · 3.31 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.GetVisuals
IXpsOMCanvas::GetVisuals (xpsobjectmodel.h)
Gets a pointer to an IXpsOMVisualCollection interface that contains a collection of the visual objects in the canvas.
GetVisuals
GetVisuals method [XPS Documents and Packaging]
GetVisuals method [XPS Documents and Packaging]
IXpsOMCanvas interface
IXpsOMCanvas interface [XPS Documents and Packaging]
GetVisuals method
IXpsOMCanvas.GetVisuals
IXpsOMCanvas::GetVisuals
xps.ixpsomcanvas_getvisuals
xpsobjectmodel/IXpsOMCanvas::GetVisuals
xps\ixpsomcanvas_getvisuals.htm
xps
67f42c32-f9d2-4d64-a8e1-b18a0d5f55fa
12/05/2018
GetVisuals, GetVisuals method [XPS Documents and Packaging], GetVisuals method [XPS Documents and Packaging],IXpsOMCanvas interface, IXpsOMCanvas interface [XPS Documents and Packaging],GetVisuals method, IXpsOMCanvas.GetVisuals, IXpsOMCanvas::GetVisuals, xps.ixpsomcanvas_getvisuals, xpsobjectmodel/IXpsOMCanvas::GetVisuals
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::GetVisuals
xpsobjectmodel/IXpsOMCanvas::GetVisuals
c++
APIRef
kbSyntax
COM
xpsobjectmodel.h
IXpsOMCanvas.GetVisuals

IXpsOMCanvas::GetVisuals

-description

Gets a pointer to an IXpsOMVisualCollection interface that contains a collection of the visual objects in the canvas.

-parameters

-param visuals [out, retval]

The collection of the visual objects in the canvas. If no visual objects are attached to the canvas, an empty collection is returned.

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

-see-also

IXpsOMCanvas

IXpsOMVisualCollection

XML Paper Specification

XPS Document Errors