Class VmlBitmapSerializator
Vml Bitmap Serializator
Inherited Members
      System.Object.Equals(System.Object)
    
      System.Object.Equals(System.Object, System.Object)
    
      System.Object.GetHashCode()
    
      System.Object.GetType()
    
      System.Object.MemberwiseClone()
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
      System.Object.ToString()
    
Namespace: Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class VmlBitmapSerializator : HFImageSerializator
  Constructors
VmlBitmapSerializator()
Declaration
public VmlBitmapSerializator()
  Methods
Serialize(XmlWriter, ShapeImpl, WorksheetDataHolder, RelationCollection)
Serialize
Declaration
public override void Serialize(XmlWriter writer, ShapeImpl shape, WorksheetDataHolder holder, RelationCollection vmlRelations)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Xml.XmlWriter | writer | |
| ShapeImpl | shape | |
| WorksheetDataHolder | holder | |
| RelationCollection | vmlRelations | 
Overrides
SerializeClientDataAdditional(XmlWriter, ShapeImpl)
Serialize Additional Client Data
Declaration
protected override void SerializeClientDataAdditional(XmlWriter writer, ShapeImpl shape)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Xml.XmlWriter | writer | |
| ShapeImpl | shape | 
Overrides
SerializePicture(ShapeImpl, WorksheetDataHolder, Boolean, RelationCollection)
This method is used to serialize picture item.
Declaration
protected override string SerializePicture(ShapeImpl shape, WorksheetDataHolder holder, bool useRawFormat, RelationCollection relations)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ShapeImpl | shape | Shape to serialize.  | 
      
| WorksheetDataHolder | holder | Parent worksheet data holder.  | 
      
| System.Boolean | useRawFormat | |
| RelationCollection | relations | 
Returns
| Type | Description | 
|---|---|
| System.String | String value containing relation id.  |