FileJbig2Options Property

Summary

Gets or sets JBIG2 Options for saving JBIG2 images.

Syntax
C#
VB
C++
public CodecsJbig2SaveOptions FileJbig2Options { get; set; } 
  
Public Property FileJbig2Options As CodecsJbig2SaveOptions 
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

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