ApplicationEvents4.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 ApplicationEvents4
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
- Doc
Type: Microsoft.Office.Interop.Word.Document
- cpDeliveryAddrStart
Type: System.Int32
- cpDeliveryAddrEnd
Type: System.Int32
- cpReturnAddrStart
Type: System.Int32
- cpReturnAddrEnd
Type: System.Int32
- xaWidth
Type: System.Int32
- yaHeight
Type: System.Int32
- bstrPrinterName
Type: System.String
- bstrPaperFeed
Type: System.String
- fPrint
Type: System.Boolean
- fCancel
Type: System.Boolean%