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