共用方式為


IPropertyBag 介面

實作以建立唯讀物件,該物件包含傳遞至自訂資料匯入工具之 Import 方法的印表機設定。

**命名空間:**Microsoft.Office.Interop.InfoPath
**組件:**Microsoft.Office.Interop.InfoPath (於 microsoft.office.interop.infopath.dll 中)

語法

'宣告
<InterfaceTypeAttribute(1)> _
<GuidAttribute("55272A00-42CB-11CE-8135-00AA004BB851")> _
Public Interface IPropertyBag
'用途
Dim instance As IPropertyBag
[InterfaceTypeAttribute(1)] 
[GuidAttribute("55272A00-42CB-11CE-8135-00AA004BB851")] 
public interface IPropertyBag

備註

IPropertyBag 介面的實作應該公開下列各值。

描述

PageSize

傳回對應於目前頁面大小的未經剖析字串,例如 "A4"、"B4"、"Letter" 等等。

TopMargin

上方邊界的大小。

BottomMargin

下方邊界的大小。

LeftMargin

左邊界的大小。

RightMargin

右邊界的大小。

MarginUnitsType

用來度量邊界的單位類型。

注意

如果使用者未安裝印表機,則無法使用這些值。

自訂資料匯入工具是透過實作 IInfoPathDataImporter 介面而建立的。如需有關以程式設計方式將資料匯入 InfoPath 表單的詳細資訊,請參閱 Microsoft Office 開發人員中心上的 InfoPath 開發人員入口網站 (英文)

請參閱

參考

IPropertyBag 成員
Microsoft.Office.Interop.InfoPath 命名空間