LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

VerticalAlignMode Property (RasterImagePrinter)

Show in webframe





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

            

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

Property Value

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

Target Platforms

See Also

Reference

RasterImagePrinter Class
RasterImagePrinter Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.