←Select platform

PageAlignment Property

Summary

Optional page alignment.

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

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly