Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / PointerSize Structure / Implicit Type Conversion Operator / Implicit Type Conversion(PointerSize,Int32) Operator
The value.

In This Topic
    Implicit Type Conversion(PointerSize,Int32) Operator
    In This Topic
    Performs an implicit conversion from PointerSize to System.Int32.
    Syntax
    'Declaration
     
    Overloads Public Operator Widening CType( _
       ByVal value As System.Integer _
    ) As PointerSize
    public PointerSize operator implicit( 
       System.int value
    )

    Parameters

    value
    The value.

    Return Value

    The result of the conversion.
    See Also