VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfMrcCompressionSettings Class / FrontLayerCompression Property
Синтаксис Требования Смотрите также
В этом разделе
    FrontLayerCompression Свойство (PdfMrcCompressionSettings)
    В этом разделе
    Возвращает или задает сжатие переднего слоя.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(CcittFax)>
    <DescriptionAttribute("A compression of front layer.")>
    Public Property FrontLayerCompression As Vintasoft.Imaging.Pdf.PdfCompression
    
    
    [DefaultValue(CcittFax)]
    [Description("A compression of front layer.")]
    public Vintasoft.Imaging.Pdf.PdfCompression FrontLayerCompression { get; set; }
    
    
    [DefaultValue(CcittFax)]
    [Description("A compression of front layer.")]
    public: __property Vintasoft.Imaging.Pdf.PdfCompression get_FrontLayerCompression();
    public: __property void set_FrontLayerCompression(
    Vintasoft.Imaging.Pdf.PdfCompression value
    );
    [DefaultValue(CcittFax)]
    [Description("A compression of front layer.")]
    public:
    property Vintasoft.Imaging.Pdf.PdfCompression FrontLayerCompression { Vintasoft.Imaging.Pdf.PdfCompression get(); void set(Vintasoft.Imaging.Pdf.PdfCompression value); }

    Property Value

    Значение по умолчанию - PdfCompression.CcittFax.
    Требования

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

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