LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)
LEAD Technologies, Inc

FileJbig2Options Property






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 CodecsJbig2SaveOptions FileJbig2Options {get; set;}
 get_FileJbig2Options();
set_FileJbig2Options(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterSaveDialog Class
RasterSaveDialog Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.