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

Show in webframe

HorizontalAlignment Property






Gets or sets the horizontal alignment to use when calculating the final position and size of the printed object in the destination rectangle.
Syntax
public HorizontalAlignment HorizontalAlignment {get; set;}
'Declaration
 
Public Property HorizontalAlignment As HorizontalAlignment
'Usage
 
Dim instance As PrinterHelper
Dim value As HorizontalAlignment
 
instance.HorizontalAlignment = value
 
value = instance.HorizontalAlignment

            

            
public:
property HorizontalAlignment HorizontalAlignment {
   HorizontalAlignment get();
   void set (    HorizontalAlignment value);
}

Property Value

The horizontal alignment to use when calculating the final position and size of the printed object in the destination rectangle. Default value is HorizontalAlignment.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