PhotoshopData constructor.
Syntax

[C#]

PhotoshopData();

[Visual Basic]

Sub New()
Notes

The Photoshop Image Resource Block Data object contains a set of resources. Normally one will want to read existing data from an existing file. However it is also possible to create and populate such a collection from scratch for embedding in an extant image.

Example

None.