Accusoft.PrintPro8.Net
Implicit Type Conversion(PrintingUnit,Int32) Operator




An integer value which represents the source units.
To implicitly convert between integer values and printing units.
Syntax
'Declaration
 
Overloads Public Operator Widening CType( _
   ByVal source As Integer _
) As PrintingUnit
'Usage
 
public PrintingUnit operator implicit( 
   int source
)
public: PrintingUnit op_Implicit( 
   int source
)
public:
operator PrintingUnit ( 
   int source
)

Parameters

source
An integer value which represents the source units.

Return Value

A printing unit converted which represents the number given.
See Also

Reference

PrintingUnit Structure
PrintingUnit Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback