BlueLibs documentation

ImgXMLCapabilities.AddAttachmentFormat Method 

Adds new encoding to the formats supported as attachments. maximum size is set to maximal 32 bit integer, size in pixel is not set

[Visual Basic]
Public Sub AddAttachmentFormat( _
   ByVal Format As String _
)
[C#]
public void AddAttachmentFormat(
   string Format
);

Parameters

Format
format strinng to add

See Also

ImgXMLCapabilities Class | BlueLibs.OBEX.BIP Namespace