PrintInt32Property 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 "AveragePPM" 또는 "AveragePagesperMinute" 아니라 "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 "AveragePPM" 또는 "AveragePagesperMinute" 아니라 "AveragePagesPerMinute" 개체를 입력 해야 합니다.
적용 대상
.NET