VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfMrcCompressionSettings Class / BackgroundLayerCompression Property
Syntax Requirements SeeAlso
In This Topic
    BackgroundLayerCompression Property (PdfMrcCompressionSettings)
    In This Topic
    Gets or sets a compression of background layer.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(Jpeg)>
    <DescriptionAttribute("A compression of background layer.")>
    Public Property BackgroundLayerCompression As Vintasoft.Imaging.Pdf.PdfCompression
    
    
    [DefaultValue(Jpeg)]
    [Description("A compression of background layer.")]
    public Vintasoft.Imaging.Pdf.PdfCompression BackgroundLayerCompression { get; set; }
    
    
    [DefaultValue(Jpeg)]
    [Description("A compression of background layer.")]
    public: __property Vintasoft.Imaging.Pdf.PdfCompression get_BackgroundLayerCompression();
    public: __property void set_BackgroundLayerCompression(
    Vintasoft.Imaging.Pdf.PdfCompression value
    );
    [DefaultValue(Jpeg)]
    [Description("A compression of background layer.")]
    public:
    property Vintasoft.Imaging.Pdf.PdfCompression BackgroundLayerCompression { Vintasoft.Imaging.Pdf.PdfCompression get(); void set(Vintasoft.Imaging.Pdf.PdfCompression value); }

    Property Value

    Default value is PdfCompression.Jpeg.
    Requirements

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

    See Also