VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentCompressorCommand Class / ColorImagesCompressionMinResolution Property
Syntax Requirements SeeAlso
In This Topic
    ColorImagesCompressionMinResolution Property (PdfDocumentCompressorCommand)
    In This Topic
    Gets or sets the minimum resolution for color image when image must be compressed.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The minimum resolution for color image when image must be compressed.")>
    <CategoryAttribute("Color images")>
    Public Property ColorImagesCompressionMinResolution As Vintasoft.Imaging.Resolution
    
    
    [Description("The minimum resolution for color image when image must be compressed.")]
    [Category("Color images")]
    public Vintasoft.Imaging.Resolution ColorImagesCompressionMinResolution { get; set; }
    
    
    [Description("The minimum resolution for color image when image must be compressed.")]
    [Category("Color images")]
    public: __property Vintasoft.Imaging.Resolution get_ColorImagesCompressionMinResolution();
    public: __property void set_ColorImagesCompressionMinResolution(
    Vintasoft.Imaging.Resolution value
    );
    [Description("The minimum resolution for color image when image must be compressed.")]
    [Category("Color images")]
    public:
    property Vintasoft.Imaging.Resolution ColorImagesCompressionMinResolution { Vintasoft.Imaging.Resolution get(); void set(Vintasoft.Imaging.Resolution value); }

    Property Value

    N dpi - color image must be compressed if image resolution is greater or equal than N dpi.
    Default value is Resolution.Empty.
    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