PhotoshopPackage

PhotoshopPackage class

Represents Adobe Photoshop namespace.

public sealed class PhotoshopPackage : XmpPackage

Constructors

NameDescription
PhotoshopPackage()The default constructor.

Properties

NameDescription
virtual Item { get; set; }Gets or sets the Object with the specified key.
virtual Keys { get; }Gets the keys in XMP package.
NamespaceUri { get; }Gets the namespace URI.
Prefix { get; }Gets the prefix.
XmlNamespace { get; }Gets the XML namespace.

Methods

NameDescription
override AddValue(string, string)Adds string property.
virtual Clear()Clears this instance.
virtual ContainsKey(string)Determines whether the specified key contains key.
GetEnumerator()Returns an enumerator that iterates through the collection.
virtual GetXmlValue()Converts XMP value to the XML representation.
virtual Remove(string)Remove the value with the specified key.
SetAuthorsPosition(string)Sets the authors position.
SetCaptionWriter(string)Sets the caption writer.
SetCategory(string)Sets the category.
SetCity(string)Sets the city.
SetColorMode(ColorMode)Sets the color mode.
SetCountry(string)Sets the country.
SetCreatedDate(DateTime)Sets created date.
SetCredit(string)Sets the credit.
SetDocumentAncestors(string[])Sets the document ancestors.
SetHeadline(string)Sets the headline.
SetHistory(string)Sets the history.
SetIccProfile(string)Sets the icc profile.
SetInstructions(string)Sets the instructions.
SetSource(string)Sets the source.
SetState(string)Sets the state.
SetSupplementalCategories(string[])Sets supplemental categories.
SetTransmissionReference(string)Sets the transmission reference.
SetUrgency(int)Sets the urgency.
virtual SetValue(string, IXmlValue)Sets the value.
virtual SetXmpTypeValue(string, XmpTypeBase)Sets the XMP type value.

Fields

NameDescription
const UrgencyMaxUrgency max value.
const UrgencyMinUrgency min value.

See Also