DicomObjects.NET10 Documentation
DicomObjects Namespace / DecodeOptions Class / TargetSizeHint Property



In This Topic
    TargetSizeHint Property
    In This Topic
    A hint of the desired size for the correct ResolutionLevel to be automatically selected
    Syntax
    'Declaration
     
    
    Public Property TargetSizeHint As Nullable(Of SKSizeI)
    'Usage
     
    
    Dim instance As DecodeOptions
    Dim value As Nullable(Of SKSizeI)
     
    instance.TargetSizeHint = value
     
    value = instance.TargetSizeHint
    public Nullable<SKSizeI> TargetSizeHint {get; set;}
    public:
    property Nullable<SKSizeI> TargetSizeHint {
       Nullable<SKSizeI> get();
       void set (    Nullable<SKSizeI> value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also