Method | Description | |
---|---|---|
GetValue ( IptcTag tag ) : IptcValue |
Returns the value with the specified tag.
|
|
IptcProfile ( ) : System |
Initializes a new instance of the IptcProfile class.
|
|
IptcProfile ( Stream stream ) : System |
Initializes a new instance of the IptcProfile class.
|
|
IptcProfile ( byte data ) : System |
Initializes a new instance of the IptcProfile class.
|
|
IptcProfile ( string fileName ) : System |
Initializes a new instance of the IptcProfile class.
|
|
RemoveValue ( IptcTag tag ) : bool |
Removes the value with the specified tag.
|
|
SetEncoding ( |
Changes the encoding for all the values,
|
|
SetValue ( IptcTag tag, |
Sets the value of the specified tag.
|
|
SetValue ( IptcTag tag, string value ) : void |
Sets the value of the specified tag.
|
Method | Description | |
---|---|---|
UpdateData ( ) : void |
Updates the data of the profile.
|
Method | Description | |
---|---|---|
Initialize ( ) : void |
public GetValue ( IptcTag tag ) : IptcValue | ||
tag | IptcTag | The tag of the iptc value. |
return | IptcValue |
public IptcProfile ( Stream stream ) : System | ||
stream | Stream | The stream to read the iptc profile from. |
return | System |
public IptcProfile ( byte data ) : System | ||
data | byte | The byte array to read the iptc profile from. |
return | System |
public IptcProfile ( string fileName ) : System | ||
fileName | string | The fully qualified name of the iptc profile file, or the relative /// iptc profile file name. |
return | System |
public RemoveValue ( IptcTag tag ) : bool | ||
tag | IptcTag | The tag of the iptc value. |
return | bool |
public SetEncoding ( |
||
encoding | The encoding to use when storing the bytes. | |
return | void |
public SetValue ( IptcTag tag, |
||
tag | IptcTag | The tag of the iptc value. |
encoding | The encoding to use when storing the bytes. | |
value | string | The value. |
return | void |
public SetValue ( IptcTag tag, string value ) : void | ||
tag | IptcTag | The tag of the iptc value. |
value | string | The value. |
return | void |