VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfA4Converter Class / EmbeddedFileImageCompression Property
Syntax Requirements SeeAlso
In This Topic
    EmbeddedFileImageCompression Property (PdfA4Converter)
    In This Topic
    Gets or sets the image compression that is used for converting of embedded files to the PDF/A-1b standard.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The image compression that is used for converting of embedded files to the PDF/A-1b standard.")>
    <DefaultValueAttribute(Auto)>
    Public Property EmbeddedFileImageCompression As Vintasoft.Imaging.Pdf.PdfCompression
    
    
    [Description("The image compression that is used for converting of embedded files to the PDF/A-1b standard.")]
    [DefaultValue(Auto)]
    public Vintasoft.Imaging.Pdf.PdfCompression EmbeddedFileImageCompression { get; set; }
    
    
    [Description("The image compression that is used for converting of embedded files to the PDF/A-1b standard.")]
    [DefaultValue(Auto)]
    public: __property Vintasoft.Imaging.Pdf.PdfCompression get_EmbeddedFileImageCompression();
    public: __property void set_EmbeddedFileImageCompression(
    Vintasoft.Imaging.Pdf.PdfCompression value
    );
    [Description("The image compression that is used for converting of embedded files to the PDF/A-1b standard.")]
    [DefaultValue(Auto)]
    public:
    property Vintasoft.Imaging.Pdf.PdfCompression EmbeddedFileImageCompression { Vintasoft.Imaging.Pdf.PdfCompression get(); void set(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