Click or drag to resize

PhotoshopResource Class

Contains the data of a Photoshop Resource including ID, Data, and Description.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.MetadataPhotoshopResource

Namespace:  Atalasoft.Imaging.Metadata
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class PhotoshopResource

The PhotoshopResource type exposes the following members.

Constructors
  NameDescription
Public methodPhotoshopResource
Initializes a new instance of PhotoshopResource.
Top
Properties
  NameDescription
Public propertyData
Gets or sets the data of this resource.
Public propertyDescription
Gets or sets a textual description of the resource.
Public propertyID
Gets or sets the ID of this resource.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Gets the hashcode for this object
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString

Returns a string of:

The data if the data is a string

OR

The description if not null

OR

The ID as string

(Overrides ObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Compares two PhotoshopResource objects for equality.
Public operatorStatic memberInequality
Compares two PhotoshopResource objects for inequality.
Top
Remarks
The Data object always contains a byte array.
See Also