Class PhotoshopPackage
Contents
[
Hide
]PhotoshopPackage class
Represents Adobe Photoshop namespace.
public sealed class PhotoshopPackage : XmpPackage
Constructors
| Name | Description |
|---|---|
| PhotoshopPackage() | The default constructor. |
Properties
| Name | Description |
|---|---|
| Count { get; } | Gets the XMP key count. |
| 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
| Name | Description |
|---|---|
| virtual AddValue(string, object) | Adds the value to the specified key. |
| override AddValue(string, string) | Adds string property. |
| virtual Clear() | Clears this instance. |
| virtual ContainsKey(string) | Determines whether this collection specified 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 SetValue(string, IXmpType) | Sets the value. |
| virtual SetXmpTypeValue(string, XmpTypeBase) | Sets the XMP type value. |
| TryGetValue(string, out object) | Gets the value by the key. |
Fields
| Name | Description |
|---|---|
| const UrgencyMax | Urgency max value. |
| const UrgencyMin | Urgency min value. |
See Also
- class XmpPackage
- namespace Aspose.Imaging.Xmp.Schemas.Photoshop
- assembly Aspose.Imaging