VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfA4Converter Class / EmbeddedFileImageCompression Property
Синтаксис Требования Смотрите также
В этом разделе
    EmbeddedFileImageCompression Свойство (PdfA4Converter)
    В этом разделе
    Возвращает или задает сжатие изображения, используемое для преобразования внедренных файлов в стандарт PDF/A-1b.
    Синтаксис
    '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); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также