Udostępnij za pośrednictwem


PrintDriverProperty Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy PrintDriverProperty.

Przeciążenia

PrintDriverProperty(String)

Inicjuje PrintDriverProperty nowe wystąpienie klasy dla określonej właściwości.

PrintDriverProperty(String, Object)

Inicjuje PrintDriverProperty nowe wystąpienie klasy, która ma określoną wartość dla określonego atrybutu.

PrintDriverProperty(String)

Inicjuje PrintDriverProperty nowe wystąpienie klasy dla określonej właściwości.

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

Parametry

attributeName
String

Nazwa PrintDriver właściwości, która PrintDriverProperty reprezentuje.

Uwagi

Powinna attributeName być wpisana dokładnie tak samo jak nazwa określonej PrintDriver właściwości obiektu systemu wydruku, w tym wielkości liter. Na przykład QueueDriver właściwość PrintQueue obiektu musi być wpisana "QueueDriver", a nie "PrintDriver" lub "Queuedriver".

Dotyczy

PrintDriverProperty(String, Object)

Inicjuje PrintDriverProperty nowe wystąpienie klasy, która ma określoną wartość dla określonego atrybutu.

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

Parametry

attributeName
String

Nazwa PrintDriver właściwości, która PrintDriverProperty reprezentuje.

attributeValue
Object

Wartość właściwości, którą PrintDriverProperty reprezentuje.

Uwagi

Powinna attributeName być wpisana dokładnie tak samo jak nazwa określonej PrintDriver właściwości obiektu systemu wydruku, w tym wielkości liter. Na przykład QueueDriver właściwość PrintQueue obiektu musi być wpisana "QueueDriver", a nie "PrintDriver" lub "Queuedriver".

Dotyczy