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

    Property Value

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