IApplicationEvents4.EPostageInsertEx Method

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub EPostageInsertEx ( _
    Doc As Document, _
    cpDeliveryAddrStart As Integer, _
    cpDeliveryAddrEnd As Integer, _
    cpReturnAddrStart As Integer, _
    cpReturnAddrEnd As Integer, _
    xaWidth As Integer, _
    yaHeight As Integer, _
    bstrPrinterName As String, _
    bstrPaperFeed As String, _
    fPrint As Boolean, _
    <OutAttribute> ByRef fCancel As Boolean _
)
'Usage
Dim instance As IApplicationEvents4
Dim Doc As Document
Dim cpDeliveryAddrStart As Integer
Dim cpDeliveryAddrEnd As Integer
Dim cpReturnAddrStart As Integer
Dim cpReturnAddrEnd As Integer
Dim xaWidth As Integer
Dim yaHeight As Integer
Dim bstrPrinterName As String
Dim bstrPaperFeed As String
Dim fPrint As Boolean
Dim fCancel As Boolean

instance.EPostageInsertEx(Doc, cpDeliveryAddrStart, _
    cpDeliveryAddrEnd, cpReturnAddrStart, _
    cpReturnAddrEnd, xaWidth, yaHeight, _
    bstrPrinterName, bstrPaperFeed, _
    fPrint, fCancel)
void EPostageInsertEx(
    Document Doc,
    int cpDeliveryAddrStart,
    int cpDeliveryAddrEnd,
    int cpReturnAddrStart,
    int cpReturnAddrEnd,
    int xaWidth,
    int yaHeight,
    string bstrPrinterName,
    string bstrPaperFeed,
    bool fPrint,
    out bool fCancel
)

Parameters

See Also

Reference

IApplicationEvents4 Interface

IApplicationEvents4 Members

Microsoft.Office.Interop.Word Namespace