VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Ocr Namespace / SearchablePdfGenerator Class / BitonalImagesCompressionSettings Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    BitonalImagesCompressionSettings Property (SearchablePdfGenerator)
    In This Topic
    Gets or sets a compression settings of bitonal images.
    Syntax
    'Declaration
    
    <CategoryAttribute("Compression")>
    <DescriptionAttribute("A compression settings of bitonal images.")>
    Public Property BitonalImagesCompressionSettings As Vintasoft.Imaging.Pdf.PdfCompressionSettings
    
    
    [Category("Compression")]
    [Description("A compression settings of bitonal images.")]
    public Vintasoft.Imaging.Pdf.PdfCompressionSettings BitonalImagesCompressionSettings { get; set; }
    
    
    [Category("Compression")]
    [Description("A compression settings of bitonal images.")]
    public: __property Vintasoft.Imaging.Pdf.PdfCompressionSettings* get_BitonalImagesCompressionSettings();
    public: __property void set_BitonalImagesCompressionSettings(
    Vintasoft.Imaging.Pdf.PdfCompressionSettings* value
    );
    [Category("Compression")]
    [Description("A compression settings of bitonal images.")]
    public:
    property Vintasoft.Imaging.Pdf.PdfCompressionSettings^ BitonalImagesCompressionSettings { Vintasoft.Imaging.Pdf.PdfCompressionSettings^ get(); void set(Vintasoft.Imaging.Pdf.PdfCompressionSettings^ value); }

    Property Value

    Default value is PdfCompressionSettings.
    Exceptions
    ExceptionDescription
    Thrown if value is null.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also