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”。

适用于