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

    Property Value

    N dpi - grayscale 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