←Select platform

MasterPageNumber Property

Summary
Gets or sets the master page index that this FormField belong to.

Syntax
C#
C++/CLI
Java
Python
public int MasterPageNumber { get; set; } 
public int getMasterPageNumber(); 
public void setMasterPageNumber( 
   int intValue 
); 
public: 
property int MasterPageNumber { 
   int get(); 
   void set (    int ); 
} 
MasterPageNumber # get and set (FormField) 

Property Value

Master page index in MasterForm that is related to this FormField .

Requirements

Target Platforms

See Also

Reference

FormField Class

FormField Members

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.