C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / ImageAlign Structure / ImageAlign Constructor
A value assigned to AlignHorz.
A value assigned to AlignVert.
A value assigned to StretchHorz.
A value assigned to StretchVert.
A value assigned to KeepAspectRatio.
A value assigned to TileHorz.
A value assigned to TileVert.

In This Topic
ImageAlign Constructor
In This Topic
Initializes a new instance of the ImageAlign class.
Syntax
'Declaration
 
Public Function New( _
   ByVal alignHorz As ImageAlignHorzEnum, _
   ByVal alignVert As ImageAlignVertEnum, _
   ByVal stretchHorz As Boolean, _
   ByVal stretchVert As Boolean, _
   ByVal keepAspectRatio As Boolean, _
   ByVal tileHorz As Boolean, _
   ByVal tileVert As Boolean _
)
 

Parameters

alignHorz
A value assigned to AlignHorz.
alignVert
A value assigned to AlignVert.
stretchHorz
A value assigned to StretchHorz.
stretchVert
A value assigned to StretchVert.
keepAspectRatio
A value assigned to KeepAspectRatio.
tileHorz
A value assigned to TileHorz.
tileVert
A value assigned to TileVert.
See Also