VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / WebPdfDocumentCompressorSettings Class / bitonalImagesCompressionResolution Property
Syntax Requirements SeeAlso
In This Topic
    bitonalImagesCompressionResolution Property (WebPdfDocumentCompressorSettings)
    In This Topic
    Gets or sets compression resolution for bitonal images.
    Syntax
    'Declaration
    
    Public Property bitonalImagesCompressionResolution As Vintasoft.Shared.Web.WebPointF
    
    
    public Vintasoft.Shared.Web.WebPointF bitonalImagesCompressionResolution { get; set; }
    
    
    public: __property Vintasoft.Shared.Web.WebPointF* get_bitonalImagesCompressionResolution();
    public: __property void set_bitonalImagesCompressionResolution(
    Vintasoft.Shared.Web.WebPointF* value
    );
    public:
    property Vintasoft.Shared.Web.WebPointF^ bitonalImagesCompressionResolution { 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