VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing.Images Namespace / PdfOptimizeContentImageCommand Class / DownscaleImageResolution Property
Синтаксис Требования Смотрите также
В этом разделе
    DownscaleImageResolution Свойство (PdfOptimizeContentImageCommand)
    В этом разделе
    Возвращает или задает разрешение, которое должны иметь изображения ресурсов изображения после уменьшения масштаба.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Resolution, which should have images of image-resources after downscaling.")>
    Public Property DownscaleImageResolution As Vintasoft.Imaging.Resolution
    
    
    [Description("Resolution, which should have images of image-resources after downscaling.")]
    public Vintasoft.Imaging.Resolution DownscaleImageResolution { get; set; }
    
    
    [Description("Resolution, which should have images of image-resources after downscaling.")]
    public: __property Vintasoft.Imaging.Resolution get_DownscaleImageResolution();
    public: __property void set_DownscaleImageResolution(
    Vintasoft.Imaging.Resolution value
    );
    [Description("Resolution, which should have images of image-resources after downscaling.")]
    public:
    property Vintasoft.Imaging.Resolution DownscaleImageResolution { Vintasoft.Imaging.Resolution get(); void set(Vintasoft.Imaging.Resolution value); }

    Property Value

    Значение по умолчанию - Resolution.Пусто.
    Требования

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

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