VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / VintasoftImageFigure Class / ImageCompression Property
Syntax Requirements SeeAlso
In This Topic
    ImageCompression Property (VintasoftImageFigure)
    In This Topic
    Gets or sets an image compression.
    Syntax
    'Declaration
    
    <DescriptionAttribute("An image compression.")>
    <DefaultValueAttribute(Auto)>
    Public Property ImageCompression As Vintasoft.Imaging.Pdf.PdfCompression
    
    
    [Description("An image compression.")]
    [DefaultValue(Auto)]
    public Vintasoft.Imaging.Pdf.PdfCompression ImageCompression { get; set; }
    
    
    [Description("An image compression.")]
    [DefaultValue(Auto)]
    public: __property Vintasoft.Imaging.Pdf.PdfCompression get_ImageCompression();
    public: __property void set_ImageCompression(
    Vintasoft.Imaging.Pdf.PdfCompression value
    );
    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