ApplicationEvents4.EPostageInsertEx Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
void EPostageInsertEx(Microsoft::Office::Interop::Word::Document ^ Doc, int cpDeliveryAddrStart, int cpDeliveryAddrEnd, int cpReturnAddrStart, int cpReturnAddrEnd, int xaWidth, int yaHeight, System::String ^ bstrPrinterName, System::String ^ bstrPaperFeed, bool fPrint, [Runtime::InteropServices::Out] bool % fCancel);
public void EPostageInsertEx (Microsoft.Office.Interop.Word.Document Doc, int cpDeliveryAddrStart, int cpDeliveryAddrEnd, int cpReturnAddrStart, int cpReturnAddrEnd, int xaWidth, int yaHeight, string bstrPrinterName, string bstrPaperFeed, bool fPrint, out bool fCancel);
abstract member EPostageInsertEx : Microsoft.Office.Interop.Word.Document * int * int * int * int * int * int * string * string * bool * bool -> unit
Public 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, ByRef fCancel As Boolean)
Paramètres
- Doc
- Document
- cpDeliveryAddrStart
- Int32
- cpDeliveryAddrEnd
- Int32
- cpReturnAddrStart
- Int32
- cpReturnAddrEnd
- Int32
- xaWidth
- Int32
- yaHeight
- Int32
- bstrPrinterName
- String
- bstrPaperFeed
- String
- fPrint
- Boolean
- fCancel
- Boolean