This documentation is archived and is not being maintained.
PrintSystemTypeProperty Class
Visual Studio 2010
Represents a Type property (and its value) of a printing system hardware or software component.
System::Object
System.Printing.IndexedProperties::PrintProperty
System.Printing.IndexedProperties::PrintSystemTypeProperty
System.Printing.IndexedProperties::PrintProperty
System.Printing.IndexedProperties::PrintSystemTypeProperty
Assembly: System.Printing (in System.Printing.dll)
The PrintSystemTypeProperty type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | PrintSystemTypeProperty(String) | Initializes a new instance of the PrintSystemTypeProperty class that has the specified property name. |
![]() | PrintSystemTypeProperty(String, Object) | Initializes a new instance of the PrintSystemTypeProperty class that has the specified property name and value. |
| Name | Description | |
|---|---|---|
![]() | IsDisposed | Gets or sets a value that indicates whether the object has been disposed. (Inherited from PrintProperty.) |
![]() | IsInitialized | Gets or sets a value that indicates whether the object has been initialized. (Inherited from PrintProperty.) |
![]() | Name | When overridden in a derived class, gets the name of the property that the object represents. (Inherited from PrintProperty.) |
![]() | Value | Gets or sets the value of the property that the PrintSystemTypeProperty represents. (Overrides PrintProperty::Value.) |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources that are being used by the PrintProperty. (Inherited from PrintProperty.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources that are being used by the PrintProperty and optionally releases the managed resource. (Inherited from PrintProperty.) |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Enables a PrintProperty to attempt to free resources and to perform other cleanup operations before the PrintProperty is reclaimed by garbage collection. (Inherited from PrintProperty.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InternalDispose | Releases the unmanaged resources that are being used by the PrintProperty and optionally releases the managed resources. (Inherited from PrintProperty.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnDeserialization | When overridden in a derived class, implements the ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from PrintProperty.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Implicit(PrintSystemTypeProperty to Type) | Provides implicit conversion from a PrintSystemTypeProperty to a Type value. |
![]() ![]() | Implicit(PrintSystemTypeProperty to Type) | Provides implicit conversion to a Type value from a pointer to a PrintSystemTypeProperty. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
