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