Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public ImageAlignDef(
	ImageAlignHorzEnum alignHor,
	ImageAlignVertEnum alignVert,
	bool stretchHor,
	bool stretchVert,
	bool keepAspectRatio,
	bool tileHor,
	bool tileVert
)
Visual Basic (Declaration)
Public Sub New ( _
	alignHor As ImageAlignHorzEnum, _
	alignVert As ImageAlignVertEnum, _
	stretchHor As Boolean, _
	stretchVert As Boolean, _
	keepAspectRatio As Boolean, _
	tileHor As Boolean, _
	tileVert As Boolean _
)

Parameters

alignHor
Type: ImageAlignHorzEnum
alignVert
Type: ImageAlignVertEnum
stretchHor
Type: System..::.Boolean
stretchVert
Type: System..::.Boolean
keepAspectRatio
Type: System..::.Boolean
tileHor
Type: System..::.Boolean
tileVert
Type: System..::.Boolean

See Also