LengthRef.UnitRefElem Constructor(ReferenceEnum,String,Int32) | PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / LengthRef.UnitRefElem Structure / LengthRef.UnitRefElem Constructor / LengthRef.UnitRefElem Constructor(ReferenceEnum,String,Int32)
A ReferenceEnum identifying the source of the current reference.
The source name (used if source is ReferenceEnum.Name).
The source page/column number (used if source is ReferenceEnum.Page or ReferenceEnum.Column).

In This Topic
LengthRef.UnitRefElem Constructor(ReferenceEnum,String,Int32)
In This Topic
Initializes a new instance of the LengthRef.UnitRefElem structure with the specified source, source name and page/column number.
Syntax
'Declaration
 
Public Function New( _
   ByVal source As ReferenceEnum, _
   ByVal sourceName As String, _
   ByVal sourceNo As Integer _
)
 

Parameters

source
A ReferenceEnum identifying the source of the current reference.
sourceName
The source name (used if source is ReferenceEnum.Name).
sourceNo
The source page/column number (used if source is ReferenceEnum.Page or ReferenceEnum.Column).
See Also