VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / WebPdfDocumentCompressorSettings Class / grayscaleImagesCompressionResolution Property
Syntax Requirements SeeAlso
In This Topic
    grayscaleImagesCompressionResolution Property (WebPdfDocumentCompressorSettings)
    In This Topic
    Gets or sets compression resolution for grayscale images.
    Syntax
    'Declaration
    
    Public Property grayscaleImagesCompressionResolution As Vintasoft.Shared.Web.WebPointF
    
    
    public Vintasoft.Shared.Web.WebPointF grayscaleImagesCompressionResolution { get; set; }
    
    
    public: __property Vintasoft.Shared.Web.WebPointF* get_grayscaleImagesCompressionResolution();
    public: __property void set_grayscaleImagesCompressionResolution(
    Vintasoft.Shared.Web.WebPointF* value
    );
    public:
    property Vintasoft.Shared.Web.WebPointF^ grayscaleImagesCompressionResolution { Vintasoft.Shared.Web.WebPointF^ get(); void set(Vintasoft.Shared.Web.WebPointF^ value); }
    Requirements

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

    See Also