PrintInt32Property.Implicit(PrintInt32Property to Int32) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides implicit conversion to an Int32 from a pointer to a PrintInt32Property.
public:
static operator int(System::Printing::IndexedProperties::PrintInt32Property ^ attribRef);
public static implicit operator int (System.Printing.IndexedProperties.PrintInt32Property attribRef);
static member op_Implicit : System.Printing.IndexedProperties.PrintInt32Property -> int
Public Shared Widening Operator CType (attribRef As PrintInt32Property) As Integer
Parameters
- attribRef
- PrintInt32Property
A pointer to the PrintInt32Property that is converted.
Returns
The converted PrintInt32Property object to an Int32 object.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.