VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing.Images Namespace / PdfOptimizeContentImageCommand Class / ImageResourceCompression Property
Syntax Requirements SeeAlso
In This Topic
    ImageResourceCompression Property (PdfOptimizeContentImageCommand)
    In This Topic
    Gets or sets a compression, which should be applied to the data of image-resources.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(Undefined)>
    <DescriptionAttribute("A compression, which should be applied to the data of image-resources.")>
    Public Property ImageResourceCompression As Vintasoft.Imaging.Pdf.PdfCompression
    
    
    [DefaultValue(Undefined)]
    [Description("A compression, which should be applied to the data of image-resources.")]
    public Vintasoft.Imaging.Pdf.PdfCompression ImageResourceCompression { get; set; }
    
    
    [DefaultValue(Undefined)]
    [Description("A compression, which should be applied to the data of image-resources.")]
    public: __property Vintasoft.Imaging.Pdf.PdfCompression get_ImageResourceCompression();
    public: __property void set_ImageResourceCompression(
    Vintasoft.Imaging.Pdf.PdfCompression value
    );
    [DefaultValue(Undefined)]
    [Description("A compression, which should be applied to the data of image-resources.")]
    public:
    property Vintasoft.Imaging.Pdf.PdfCompression ImageResourceCompression { Vintasoft.Imaging.Pdf.PdfCompression get(); void set(Vintasoft.Imaging.Pdf.PdfCompression value); }

    Property Value

    PdfCompression.Undefined - compression of image-resources must NOT be changed.
    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