Leadtools.Windows.Printing Namespace > PrinterHelper Class : VerticalAlignment Property |
public VerticalAlignment VerticalAlignment {get; set;}
'Declaration Public Property VerticalAlignment As VerticalAlignment
'Usage Dim instance As PrinterHelper Dim value As VerticalAlignment instance.VerticalAlignment = value value = instance.VerticalAlignment
public VerticalAlignment VerticalAlignment {get; set;}
get_VerticalAlignment();
set_VerticalAlignment(value);
public: property VerticalAlignment VerticalAlignment { VerticalAlignment get(); void set ( VerticalAlignment value); }
The following properties control how the object being printed is aligned and stretched inside Destination:
HorizontalAlignment: The horizontal alignment to use.
VerticalAlignment: The vertical alignment to use.
ImageStretch: How the content should be stretched to fill the destination area.
For an example, refer to PrinterHelper.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2