VintaSoft Imaging .NET SDK 15.1: 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; }

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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also