Error processing SSI file
LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

Show in webframe

VerticalAlignment Property






Gets or sets the vertical alignment to use when calculating the final position and size of the printed object in the destination rectangle.
Syntax
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:
property VerticalAlignment VerticalAlignment {
   VerticalAlignment get();
   void set (    VerticalAlignment value);
}

Property Value

The vertical alignment to use when calculating the final position and size of the printed object in the destination rectangle. Default value is VerticalAlignment.Left.
Remarks

The following properties control how the object being printed is aligned and stretched inside Destination:

Example

For an example, refer to PrinterHelper.

Requirements

Target Platforms

See Also

Reference

PrinterHelper Class
PrinterHelper Members

Error processing SSI file