←Select platform

PageAlignment Property

Summary

Optional page alignment.

Syntax

C#
VB
C++
public PageAlignment PageAlignment { get; set; } 
Public Property PageAlignment() As PageAlignment 
   Get 
   Set 
public:  
   property PageAlignment^ PageAlignment 
   { 
      PageAlignment^ get() 
      void set(PageAlignment^ value) 
   } 

Property Value

The default value is null.

Remarks

When this value is not null, the engine will use it to align the Master Form's fields to this page field. When the value is null, then fields will be aligned depending on the image resolution.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly