IPrint Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Supports programmatic printing for an object. For more information, see IPrint.
public interface class IPrint
public interface class IPrint
__interface IPrint
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("B722BCC9-4E68-101B-A2BC-00AA00404770")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IPrint
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("B722BCC9-4E68-101B-A2BC-00AA00404770")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IPrint
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("B722BCC9-4E68-101B-A2BC-00AA00404770")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IPrint = interface
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("B722BCC9-4E68-101B-A2BC-00AA00404770")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IPrint = interface
Public Interface IPrint
- Attributes
Methods
GetPageInfo(Int32, Int32) | |
Print(UInt32, IntPtr, IntPtr, STGMEDIUM[], IContinueCallback, Int32, Int32, Int32) | |
SetInitialPageNum(Int32) |