VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / ResampleCommand Class / VerticalResolution Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    VerticalResolution Property (ResampleCommand)
    In This Topic
    Gets or sets destination vertical resolution.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(96)>
    <DescriptionAttribute("Destination vertical resolution.
    Valid values are from 1 to 12800.")>
    Public Property VerticalResolution As Single
    
    
    [DefaultValue(96)]
    [Description("Destination vertical resolution.
    Valid values are from 1 to 12800.")]
    public float VerticalResolution { get; set; }
    
    
    [DefaultValue(96)]
    [Description("Destination vertical resolution.
    Valid values are from 1 to 12800.")]
    public: __property float get_VerticalResolution();
    public: __property void set_VerticalResolution(
    float value
    );
    [DefaultValue(96)]
    [Description("Destination vertical resolution.
    Valid values are from 1 to 12800.")]
    public:
    property float VerticalResolution { float get(); void set(float value); }

    Property Value

    Valid values are from 1 to 12800. Default value is 96.
    Exceptions
    ExceptionDescription
    Thrown if new value is lower or equal to 1 or greater than 12800.
    Requirements

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

    See Also