VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftImageMetadataSavingEventArgs Class / SourceImageMetadata Property
Syntax Requirements SeeAlso
In This Topic
    SourceImageMetadata Property (VintasoftImageMetadataSavingEventArgs)
    In This Topic
    Gets a metadata of source image.
    Syntax
    'Declaration
    
    Public ReadOnly Property SourceImageMetadata As VintasoftImageMetadata
    
    
    public VintasoftImageMetadata SourceImageMetadata { get; }
    
    
    public: __property VintasoftImageMetadata* get_SourceImageMetadata();
    
    
    
    public:
    property VintasoftImageMetadata^ SourceImageMetadata { VintasoftImageMetadata^ get(); }
    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