VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ProcessingResult Class / Target Property
Syntax Requirements SeeAlso
In This Topic
    Target Property (ProcessingResult)
    In This Topic
    Gets the object, which was processed.
    Syntax
    'Declaration
    
    Public ReadOnly Property Target As System.Object
    
    
    public System.Object Target { get; }
    
    
    public: __property System.Object get_Target();
    
    
    
    public:
    property System.Object Target { System.Object get(); }
    Requirements

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

    See Also