Leadtools.Jpip Namespace > ServerControlFields Class : ServerControlFields Constructor |
public ServerControlFields( Nullable<bool> alignment, Nullable<bool> wait, ImageReturnType[] imageReturnTypes, Nullable<float> deliveryRate )
'Declaration Public Function New( _ ByVal alignment As Nullable(Of Boolean), _ ByVal wait As Nullable(Of Boolean), _ ByVal imageReturnTypes() As ImageReturnType, _ ByVal deliveryRate As Nullable(Of Single) _ )
'Usage Dim alignment As Nullable(Of Boolean) Dim wait As Nullable(Of Boolean) Dim imageReturnTypes() As ImageReturnType Dim deliveryRate As Nullable(Of Single) Dim instance As New ServerControlFields(alignment, wait, imageReturnTypes, deliveryRate)
public: ServerControlFields( Nullable<bool> alignment, Nullable<bool> wait, array<ImageReturnType^>^ imageReturnTypes, Nullable<float> deliveryRate )