Class ArtDResource

ArtDResource class

The Artboard info data for GlobalLayerResources.

public sealed class ArtDResource : BaseArtboardInfoResource

Constructors

NameDescription
ArtDResource()The default constructor.

Properties

NameDescription
Items { get; set; }Gets or sets the OSTypeStructure items.
virtual Key { get; }Gets the layer resource key.
override Length { get; }
override PsdVersion { get; }
virtual Signature { get; }Gets the signature.

Methods

NameDescription
override Save(StreamContainer, int)Saves the resource to the specified stream container.
override ToString()Returns a String that represents this instance.

Fields

NameDescription
const TypeToolKeyThe type tool info key.

See Also