AbcQualityFactor Property

Summary

Gets or sets the predefined Abc QualityFactor to be used in saving file options.

Syntax
C#
VB
C++
public CodecsAbcQualityFactor AbcQualityFactor { get; set; } 
  
Public Property AbcQualityFactor As CodecsAbcQualityFactor 
public: 
property CodecsAbcQualityFactor AbcQualityFactor { 
   CodecsAbcQualityFactor get(); 
   void set (    CodecsAbcQualityFactor value); 
} 

Property Value

The Abc predefined QualityFactor to be used in saving the Abc file, refer to Leadtools.Codecs.CodecsAbcQualityFactor.

Example

Refer to RasterSaveDialog example.

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.WinForms.CommonDialogs.File Assembly