←Select platform

WriteAttributes Method

Summary
Writes Master Form attributes.

Syntax
C#
C++/CLI
Java
Python
public void WriteAttributes( 
   FormRecognitionAttributes attributes 
) 
public void writeAttributes( 
   FormRecognitionAttributes attributes 
); 
public: 
void WriteAttributes(  
   FormRecognitionAttributes^ attributes 
)  
def WriteAttributes(self,attributes): 

Parameters

attributes
Master Form attributes.

Remarks

The source code for this interface implementation class is available at <INSTALLDIR>\Examples\Forms\DotNet\AutoMasterFormsRepository.

Master Form attributes file is going to be saved to Path + ".bin"

If  attributes is null, it will throw an exception.

Requirements

Target Platforms

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

Leadtools.Forms.Auto Assembly

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