VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing Namespace / PdfPageDrawImageCommand Class / OverlayImageResourceCompression Property
Синтаксис Требования Смотрите также
В этом разделе
    OverlayImageResourceCompression Свойство (PdfPageDrawImageCommand)
    В этом разделе
    Возвращает или задает сжатие ресурса изображения, где должно быть сохранено наложенное изображение.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(Auto)>
    <DescriptionAttribute("The compression of an image-resource, where overlay image must be stored.")>
    Public Property OverlayImageResourceCompression As Vintasoft.Imaging.Pdf.PdfCompression
    
    
    [DefaultValue(Auto)]
    [Description("The compression of an image-resource, where overlay image must be stored.")]
    public Vintasoft.Imaging.Pdf.PdfCompression OverlayImageResourceCompression { get; set; }
    
    
    [DefaultValue(Auto)]
    [Description("The compression of an image-resource, where overlay image must be stored.")]
    public: __property Vintasoft.Imaging.Pdf.PdfCompression get_OverlayImageResourceCompression();
    public: __property void set_OverlayImageResourceCompression(
    Vintasoft.Imaging.Pdf.PdfCompression value
    );
    [DefaultValue(Auto)]
    [Description("The compression of an image-resource, where overlay image must be stored.")]
    public:
    property Vintasoft.Imaging.Pdf.PdfCompression OverlayImageResourceCompression { 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

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