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

    Property Value

    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