共用方式為


PrintInt32Property 建構函式

定義

初始化 PrintInt32Property 類別的新執行個體。

多載

PrintInt32Property(String)

初始化所指定之屬性之 PrintInt32Property 類別的新執行個體。

PrintInt32Property(String, Object)

初始化 PrintInt32Property 類別的新執行個體,使其具有指定屬性並提供指定的值。

PrintInt32Property(String)

初始化所指定之屬性之 PrintInt32Property 類別的新執行個體。

public:
 PrintInt32Property(System::String ^ attributeName);
public PrintInt32Property (string attributeName);
new System.Printing.IndexedProperties.PrintInt32Property : string -> System.Printing.IndexedProperties.PrintInt32Property
Public Sub New (attributeName As String)

參數

attributeName
String

Int32 表示之 PrintInt32Property 屬性的名稱。

備註

attributeName應該拼字與列印系統物件之某些特定Int32屬性的名稱完全相同,包括大小寫。 例如, AveragePagesPerMinute 對象的 屬性 PrintQueue 必須拼字為 “AveragePagesPerMinute”,而不是 “AveragePPM” 或 “AveragePagesperMinute”。

適用於

PrintInt32Property(String, Object)

初始化 PrintInt32Property 類別的新執行個體,使其具有指定屬性並提供指定的值。

public:
 PrintInt32Property(System::String ^ attributeName, System::Object ^ attributeValue);
public PrintInt32Property (string attributeName, object attributeValue);
new System.Printing.IndexedProperties.PrintInt32Property : string * obj -> System.Printing.IndexedProperties.PrintInt32Property
Public Sub New (attributeName As String, attributeValue As Object)

參數

attributeName
String

Int32 表示之 PrintInt32Property 屬性的名稱。

attributeValue
Object

Object 所表示之 PrintInt32Property 屬性的值。

備註

attributeName應該拼字與列印系統物件之某些特定Int32屬性的名稱完全相同,包括大小寫。 例如, AveragePagesPerMinute 對象的 屬性 PrintQueue 必須拼字為 “AveragePagesPerMinute”,而不是 “AveragePPM” 或 “AveragePagesperMinute”。

適用於