IPrint Interface

Supports programmatic printing for an object. For more information, see IPrint.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("B722BCC9-4E68-101B-A2BC-00AA00404770")> _
Public Interface IPrint
[InterfaceTypeAttribute()]
[GuidAttribute("B722BCC9-4E68-101B-A2BC-00AA00404770")]
public interface IPrint
[InterfaceTypeAttribute()]
[GuidAttribute(L"B722BCC9-4E68-101B-A2BC-00AA00404770")]
public interface class IPrint
[<InterfaceTypeAttribute()>]
[<GuidAttribute("B722BCC9-4E68-101B-A2BC-00AA00404770")>]
type IPrint =  interface end
public interface IPrint

The IPrint type exposes the following members.

Methods

  Name Description
Public method GetPageInfo
Public method Print
Public method SetInitialPageNum

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace