C#
VB
C++
Gets or sets a value to determine how to center the image vertically in the print page.
public RasterPaintAlignMode VerticalAlignMode { get; set; }
Public Property VerticalAlignMode As Leadtools.RasterPaintAlignMode
public:
property Leadtools.RasterPaintAlignMode VerticalAlignMode {
Leadtools.RasterPaintAlignMode get();
void set ( Leadtools.RasterPaintAlignMode );
}
An Leadtools.RasterPaintAlignMode enumeration value that determine how to center the image vertically in the print page.
For an example, refer to RasterImagePrinter and ImageRectangle.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET