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

FileJbig2Options Property

Show in webframe





Gets or sets JBIG2 Options for saving JBIG2 images.
Syntax
public CodecsJbig2SaveOptions FileJbig2Options {get; set;}
'Declaration
 
Public Property FileJbig2Options As CodecsJbig2SaveOptions
'Usage
 
Dim instance As RasterSaveDialog
Dim value As CodecsJbig2SaveOptions
 
instance.FileJbig2Options = value
 
value = instance.FileJbig2Options

            

            
public:
property CodecsJbig2SaveOptions^ FileJbig2Options {
   CodecsJbig2SaveOptions^ get();
   void set (    CodecsJbig2SaveOptions^ value);
}

Property Value

A Leadtools.Codecs.CodecsJbig2SaveOptions class that contains options for saving JBIG2 images.
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.