VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing.Images Namespace / PdfOptimizeContentImageCommand Class / DownscaleImageResolution Property
Syntax Requirements SeeAlso
In This Topic
    DownscaleImageResolution Property (PdfOptimizeContentImageCommand)
    In This Topic
    Gets or sets resolution, which should have images of image-resources after downscaling.
    Syntax
    '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

    Default value is Resolution.Empty.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also