Class ArtBResource

ArtBResource class

The Artboard info data for Resources.

public sealed class ArtBResource : BaseArtboardInfoResource

Constructors

NameDescription
ArtBResource()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