←Select platform

PageName Property

Summary

The name of the OMR form page.

Syntax
C#
VB
C++
Java
[DataMemberAttribute()] 
public string PageName { get; set; } 
public String getPageName(); 
public void setPageName( 
   java.lang.String string 
); 
<DataMemberAttribute()>  
Public Property PageName() As String 
   Get 
   Set 
public:  
   [DataMemberAttribute] 
   property String^ PageName 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

A string value that represents the page name. The default value is null.

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.Omr Assembly