VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentCompressorCommand Class / BitonalImagesCompressionMinResolution Property
Syntax Requirements SeeAlso
In This Topic
    BitonalImagesCompressionMinResolution Property (PdfDocumentCompressorCommand)
    In This Topic
    Gets or sets the minimum resolution for bitonal image when image must be compressed.
    Syntax
    'Declaration
    
    <CategoryAttribute("Color images")>
    <DescriptionAttribute("The minimum resolution for bitonal image when image must be compressed.")>
    Public Property BitonalImagesCompressionMinResolution As Vintasoft.Imaging.Resolution
    
    
    [Category("Color images")]
    [Description("The minimum resolution for bitonal image when image must be compressed.")]
    public Vintasoft.Imaging.Resolution BitonalImagesCompressionMinResolution { get; set; }
    
    
    [Category("Color images")]
    [Description("The minimum resolution for bitonal image when image must be compressed.")]
    public: __property Vintasoft.Imaging.Resolution get_BitonalImagesCompressionMinResolution();
    public: __property void set_BitonalImagesCompressionMinResolution(
    Vintasoft.Imaging.Resolution value
    );
    [Category("Color images")]
    [Description("The minimum resolution for bitonal image when image must be compressed.")]
    public:
    property Vintasoft.Imaging.Resolution BitonalImagesCompressionMinResolution { Vintasoft.Imaging.Resolution get(); void set(Vintasoft.Imaging.Resolution value); }

    Property Value

    N dpi - bitonal image must be compressed if image resolution is greater or equal than N dpi.
    Default value is Resolution.Empty.
    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