C#
VB
C++
Gets or sets a value to determine how to center the image horizontally in the print page.
public RasterPaintAlignMode HorizontalAlignMode { get; set; }
Public Property HorizontalAlignMode As Leadtools.RasterPaintAlignMode
public:
property Leadtools.RasterPaintAlignMode HorizontalAlignMode {
Leadtools.RasterPaintAlignMode get();
void set ( Leadtools.RasterPaintAlignMode );
}
An Leadtools.RasterPaintAlignMode enumeration value that determine how to center the image horizontally 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