Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Forms.DocumentWriters Namespace : OneBitImageCompressionType Enumeration |
[DataContractAttribute()] [SerializableAttribute()] public enum OneBitImageCompressionType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<DataContractAttribute()> <SerializableAttribute()> Public Enum OneBitImageCompressionType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As OneBitImageCompressionType
[DataContractAttribute()] [SerializableAttribute()] public enum OneBitImageCompressionType : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_ENUM(NSInteger, LTOneBitImageCompressionType)
public enum OneBitImageCompressionType
Leadtools.Forms.DocumentWriters.OneBitImageCompressionType = function() { }; Leadtools.Forms.DocumentWriters.OneBitImageCompressionType.prototype = {<br/> Flate = 0, FaxG31D = 1, FaxG32D = 2, FaxG4 = 3, Lzw = 4, Jbig2 = 5, };
[DataContractAttribute()] [SerializableAttribute()] public enum class OneBitImageCompressionType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
You can use the OneBitImageCompressionType to control the compression type for one bit per pixels images in the final document created by the LEADTOOLS Document Writer. The DocumentFormat.Pdf supports selecting compression types in the final document.
Use the PdfDocumentOptions.OneBitImageCompression property to control the compression type for one bit per pixels images when creating PDF documents.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.DocumentWriters.OneBitImageCompressionType