asposediagram.api

Class FileFormatInfo

Contains data returned by FileFormatUtil file format detection methods.

Constructor Summary
 
Property Getters/Setters Summary
methodgetFileFormatType()
Gets the detected file format. The value of the property is FileFormatType integer constant.
methodgetLoadFormat()
Gets the detected load format. The value of the property is LoadFileFormat integer constant.
 

    • Constructor Detail

      • FileFormatInfo

        FileFormatInfo()
    • Property Getters/Setters Detail

      • getFileFormatType : int 

        int getFileFormatType()
        
        Gets the detected file format. The value of the property is FileFormatType integer constant.
      • getLoadFormat : int 

        int getLoadFormat()
        
        Gets the detected load format. The value of the property is LoadFileFormat integer constant.