VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentCompressorCommand Class / GrayscaleImagesCompressionResolution Property
Syntax Requirements SeeAlso
In This Topic
    GrayscaleImagesCompressionResolution Property (PdfDocumentCompressorCommand)
    In This Topic
    Gets or sets compression resolution for grayscale images.
    Syntax
    'Declaration
    
    <CategoryAttribute("Grayscale images")>
    <DescriptionAttribute("Compression resolution for grayscale images.")>
    Public Property GrayscaleImagesCompressionResolution As Vintasoft.Imaging.Resolution
    
    
    [Category("Grayscale images")]
    [Description("Compression resolution for grayscale images.")]
    public Vintasoft.Imaging.Resolution GrayscaleImagesCompressionResolution { get; set; }
    
    
    [Category("Grayscale images")]
    [Description("Compression resolution for grayscale images.")]
    public: __property Vintasoft.Imaging.Resolution get_GrayscaleImagesCompressionResolution();
    public: __property void set_GrayscaleImagesCompressionResolution(
    Vintasoft.Imaging.Resolution value
    );
    [Category("Grayscale images")]
    [Description("Compression resolution for grayscale images.")]
    public:
    property Vintasoft.Imaging.Resolution GrayscaleImagesCompressionResolution { Vintasoft.Imaging.Resolution get(); void set(Vintasoft.Imaging.Resolution value); }

    Property Value

    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