LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)

AbcQualityFactor Property

Show in webframe





Gets or sets the predefined Abc QualityFactor to be used in saving file options.
Syntax
public CodecsAbcQualityFactor AbcQualityFactor {get; set;}
'Declaration
 
Public Property AbcQualityFactor As CodecsAbcQualityFactor
'Usage
 
Dim instance As RasterSaveDialog
Dim value As CodecsAbcQualityFactor
 
instance.AbcQualityFactor = value
 
value = instance.AbcQualityFactor

            

            
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

See Also

Reference

RasterSaveDialog Class
RasterSaveDialog Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.