ApplicationEvents4.EPostageInsertEx Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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)
Parameter
- Doc
- Document
- cpDeliveryAddrStart
- Int32
- cpDeliveryAddrEnd
- Int32
- cpReturnAddrStart
- Int32
- cpReturnAddrEnd
- Int32
- xaWidth
- Int32
- yaHeight
- Int32
- bstrPrinterName
- String
- bstrPaperFeed
- String
- fPrint
- Boolean
- fCancel
- Boolean