Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

HorizontalAlignMode Property (RasterImagePrinter)






Gets or sets a value to determine how to center the image horizontally in the print page.
Syntax
public RasterPaintAlignMode HorizontalAlignMode {get; set;}
'Declaration
 
Public Property HorizontalAlignMode As RasterPaintAlignMode
'Usage
 
Dim instance As RasterImagePrinter
Dim value As RasterPaintAlignMode
 
instance.HorizontalAlignMode = value
 
value = instance.HorizontalAlignMode

            

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

Property Value

An Leadtools.RasterPaintAlignMode enumeration value that determine how to center the image horizontally in the print page.
Example
For an example, refer to RasterImagePrinter and ImageRectangle.
Requirements

Target Platforms

See Also

Reference

RasterImagePrinter Class
RasterImagePrinter Members

Error processing SSI file