VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentCompressorCommand Class / BitonalImagesCompression Property
Syntax Requirements SeeAlso
    BitonalImagesCompression Property (PdfDocumentCompressorCommand)
    Gets or sets image compression for bitonal images.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Image compression for bitonal images.")>
    <DefaultValueAttribute(Undefined)>
    <CategoryAttribute("Bitonal images")>
    Public Property BitonalImagesCompression As Vintasoft.Imaging.Pdf.PdfCompression
    
    
     

    Property Value

    PdfCompression.Undefined - image compression must not bechanged.
    Default value is PdfCompression.Undefined.
    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