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

    System.Object
       Vintasoft.Imaging.Metadata.PhotoshopResource
          Vintasoft.Imaging.Metadata.PhotoshopImageResolutionResource

    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