ActiveReports.Viewer3 Request technical support
SyncImage Constructor(Image,Boolean)
See Also 


image
bUnused

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal image As Image, _
   ByVal bUnused As Boolean _
)
Visual Basic (Usage)Copy Code
Dim image As Image
Dim bUnused As Boolean
 
Dim instance As SyncImage(image, bUnused)
C# 
public SyncImage( 
   Image image,
   bool bUnused
)

Parameters

image
bUnused

See Also