VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / WebPdfDocumentCompressorSettings Class / bitonalImagesCompressionSettings Property
Syntax Requirements SeeAlso
In This Topic
    bitonalImagesCompressionSettings Property (WebPdfDocumentCompressorSettings)
    In This Topic
    Gets or sets compression settings for bitonal images.
    Syntax
    'Declaration
    
    Public Property bitonalImagesCompressionSettings As WebPdfCompressionSettings
    
    
    public WebPdfCompressionSettings bitonalImagesCompressionSettings { get; set; }
    
    
    public: __property WebPdfCompressionSettings* get_bitonalImagesCompressionSettings();
    public: __property void set_bitonalImagesCompressionSettings(
    WebPdfCompressionSettings* value
    );
    public:
    property WebPdfCompressionSettings^ bitonalImagesCompressionSettings { WebPdfCompressionSettings^ get(); void set(WebPdfCompressionSettings^ value); }
    Requirements

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

    See Also