VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / WebPdfDocumentCompressorSettings Class / colorImagesCompressionMinResolution Property
Syntax Requirements SeeAlso
In This Topic
    colorImagesCompressionMinResolution Property (WebPdfDocumentCompressorSettings)
    In This Topic
    Gets or sets the minimum resolution for color image when image must be compressed.
    Syntax
    'Declaration
    
    Public Property colorImagesCompressionMinResolution As Vintasoft.Shared.Web.WebPointF
    
    
    public Vintasoft.Shared.Web.WebPointF colorImagesCompressionMinResolution { get; set; }
    
    
    public: __property Vintasoft.Shared.Web.WebPointF* get_colorImagesCompressionMinResolution();
    public: __property void set_colorImagesCompressionMinResolution(
    Vintasoft.Shared.Web.WebPointF* value
    );
    public:
    property Vintasoft.Shared.Web.WebPointF^ colorImagesCompressionMinResolution { Vintasoft.Shared.Web.WebPointF^ get(); void set(Vintasoft.Shared.Web.WebPointF^ value); }

    Property Value

    N dpi - color image must be compressed if image resolution is greater or equal than N dpi.
    Requirements

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

    See Also