VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing Namespace / PdfPageDrawImageCommand Class / OverlayImageResourceCompressionSettings Property
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    OverlayImageResourceCompressionSettings Свойство (PdfPageDrawImageCommand)
    В этом разделе
    Возвращает или задает настройки сжатия ресурса изображения, где должно быть сохранено наложенное изображение.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The compression settimgs of an image-resource, where overlay image must be stored.")>
    Public Property OverlayImageResourceCompressionSettings As Vintasoft.Imaging.Pdf.PdfCompressionSettings
    
    
    [Description("The compression settimgs of an image-resource, where overlay image must be stored.")]
    public Vintasoft.Imaging.Pdf.PdfCompressionSettings OverlayImageResourceCompressionSettings { get; set; }
    
    
    [Description("The compression settimgs of an image-resource, where overlay image must be stored.")]
    public: __property Vintasoft.Imaging.Pdf.PdfCompressionSettings* get_OverlayImageResourceCompressionSettings();
    public: __property void set_OverlayImageResourceCompressionSettings(
    Vintasoft.Imaging.Pdf.PdfCompressionSettings* value
    );
    [Description("The compression settimgs of an image-resource, where overlay image must be stored.")]
    public:
    property Vintasoft.Imaging.Pdf.PdfCompressionSettings^ OverlayImageResourceCompressionSettings { Vintasoft.Imaging.Pdf.PdfCompressionSettings^ get(); void set(Vintasoft.Imaging.Pdf.PdfCompressionSettings^ value); }
    Исключения
    ИсключениеОписание
    Выбрасывается, если значение равно null.
    Требования

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

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