Version

ImageSerializationProvider Class Members

The following tables list the members exposed by ImageSerializationProvider.

Public Constructors
 NameDescription
Public ConstructorImageSerializationProvider ConstructorCreates a new ImageSerializationProvider instance.  
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)InstanceGets a singleton instance of the ImageSerializationProvider.  
Public PropertySupportedClipboardFormatsGets or sets a comma separated list of clipboard formats which can be loaded and/or saved by this serialization provider. (Inherited from Infragistics.Documents.RichText.Serialization.SerializationProviderBase)
Protected Methods
 NameDescription
Protected Internal MethodLoadDocumentOverridden. Loads the document using the specified context information.  
Protected Internal MethodLoadFromClipboardOverridden. Loads portions of a document from the clipboard.  
Protected Internal MethodSaveDocumentOverridden. Saves the document using the specified context information.  
Protected Internal MethodSaveToClipboardOverridden. Saves portions of a document to the clipboard.  
See Also