|
|
|
Public Member Functions | |
| TagPicture (Tag pTag) | |
| TagPicture. | |
| TagPicture (int pIndex, string pMimeType, short pPictureType, string pDescription, string pTempFileName) | |
| TagPicture. | |
| TagPicture (short pPictureType, string pDescription, Image pImage) | |
| TagPicture. | |
| bool | UpdatePicture (short pPictureType, string pDescription, Image pImage) |
| UpdatePicture. | |
| override string | ToString () |
| ToString. | |
| byte[] | GetWMByteArrayBegin () |
| GetWMByteArrayBegin. | |
| void | GetWMByteArrayEnd () |
| GetWMByteArrayEnd. | |
| void | Dispose () |
| Implement IDisposable. Do not make this method virtual. A derived class should not be able to override this method. | |
Static Public Member Functions | |
| static string | GetMimeTypeFromImage (Image pImage) |
| GetMimeTypeFromImage. | |
Public Attributes | |
| string | MIMEType |
| MIMEType. | |
| WM_PICTURE_TYPE | PictureType |
| PictureType. | |
| string | Description |
| Description. | |
| byte[] | Data = null |
| Data. | |
| int | AttributeIndex = -1 |
| AttributeIndex. | |
Properties | |
| Image | PictureImage [get] |
| Returns the related image. | |
| TagPicture.TagPicture | ( | Tag | pTag | ) |
| TagPicture.TagPicture | ( | int | pIndex, | |
| string | pMimeType, | |||
| short | pPictureType, | |||
| string | pDescription, | |||
| string | pTempFileName | |||
| ) |
| TagPicture.TagPicture | ( | short | pPictureType, | |
| string | pDescription, | |||
| Image | pImage | |||
| ) |
| void TagPicture.Dispose | ( | ) |
Implement IDisposable. Do not make this method virtual. A derived class should not be able to override this method.
| static string TagPicture.GetMimeTypeFromImage | ( | Image | pImage | ) | [static] |
GetMimeTypeFromImage.
| byte [] TagPicture.GetWMByteArrayBegin | ( | ) |
GetWMByteArrayBegin.
| void TagPicture.GetWMByteArrayEnd | ( | ) |
GetWMByteArrayEnd.
| override string TagPicture.ToString | ( | ) |
ToString.
| bool TagPicture.UpdatePicture | ( | short | pPictureType, | |
| string | pDescription, | |||
| Image | pImage | |||
| ) |
UpdatePicture.
| int TagPicture.AttributeIndex = -1 |
AttributeIndex.
| byte [] TagPicture.Data = null |
Data.
| string TagPicture.Description |
Description.
| string TagPicture.MIMEType |
MIMEType.
PictureType.
Image TagPicture.PictureImage [get] |
Returns the related image.
| Copyright © 2008 Flux Media, Inc. (U.S. Copyright Registration Number: TXu-1-239-794) |
|