PrintStringProperty Class
Represents a String property (and its value) of a printing system hardware or software component.
Assembly: System.Printing (in System.Printing.dll)
System.Printing.IndexedProperties::PrintProperty
System.Printing.IndexedProperties::PrintStringProperty
| Name | Description | |
|---|---|---|
![]() | PrintStringProperty(String^) | Initializes a new instance of the PrintStringProperty class for the specified property. |
![]() | PrintStringProperty(String^, Object^) | Initializes a new instance of the PrintStringProperty class that has the specified value for the specified property. |
| Name | Description | |
|---|---|---|
![]() | 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 PrintStringProperty represents.(Overrides PrintProperty::Value.) |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources that are being used by the PrintProperty. (Inherited from PrintProperty.) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | OnDeserialization(Object^) | 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(PrintStringProperty^ to String^) | Provides implicit conversion to a String value from a pointer to a PrintStringProperty. |
![]() ![]() | Implicit(PrintStringProperty^ to String^) | Provides implicit conversion from a PrintStringProperty to a String value. |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




