IApplicationEvents4.EPostageInsertEx Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- Doc
- Document
- cpDeliveryAddrStart
- Int32
- cpDeliveryAddrEnd
- Int32
- cpReturnAddrStart
- Int32
- cpReturnAddrEnd
- Int32
- xaWidth
- Int32
- yaHeight
- Int32
- bstrPrinterName
- String
- bstrPaperFeed
- String
- fPrint
- Boolean
- fCancel
- Boolean