VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / PhotoshopImagePathResource Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PhotoshopImagePathResource Class
    In This Topic
    An image resource that contains a path on the image.
    Object Model
    PhotoshopImagePathResource
    Syntax
    'Declaration
    
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)>
    Public Class PhotoshopImagePathResource
       Inherits PhotoshopResource
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    public class PhotoshopImagePathResource : PhotoshopResource
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    public __gc class PhotoshopImagePathResource : public PhotoshopResource*
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    public ref class PhotoshopImagePathResource : public PhotoshopResource^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Metadata.PhotoshopResource
          Vintasoft.Imaging.Metadata.PhotoshopImagePathResource

    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