[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.WIC.FastMetadataEncoder

Class FastMetadataEncoder

Namespace
GrapeCity.Documents.DX.WIC
Assembly
GcDocs.DX.Windows.dll

IWICFastMetadataEncoder

[Guid("B84E2C09-78C9-4AC4-8BD3-524AE1663A2F")]
public class FastMetadataEncoder : ComObject, IDisposable, IUnknown
Inheritance
object
FastMetadataEncoder
Implements
System.IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

FastMetadataEncoder(IntPtr)

Initializes a new instance of the FastMetadataEncoder class.

public FastMetadataEncoder(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native pointer.

Methods

Commit()

HRESULT IWICFastMetadataEncoder::Commit()

public void Commit()

Create(ImagingFactory, BitmapDecoder)

Initializes a new instance of the FastMetadataEncoder class from a BitmapDecoder

public static FastMetadataEncoder Create(ImagingFactory factory, BitmapDecoder decoder)

Parameters

factory ImagingFactory

The factory.

decoder BitmapDecoder

The decoder.

Returns

FastMetadataEncoder

Create(ImagingFactory, BitmapFrameDecode)

Initializes a new instance of the FastMetadataEncoder class from a BitmapFrameDecode

public static FastMetadataEncoder Create(ImagingFactory factory, BitmapFrameDecode frameDecoder)

Parameters

factory ImagingFactory

The factory.

frameDecoder BitmapFrameDecode

The frame decoder.

Returns

FastMetadataEncoder

GetMetadataQueryWriter()

HRESULT IWICFastMetadataEncoder::GetMetadataQueryWriter([Out] IWICMetadataQueryWriter** ppIMetadataQueryWriter)

public MetadataQueryWriter GetMetadataQueryWriter()

Returns

MetadataQueryWriter

Operators

explicit operator FastMetadataEncoder(IntPtr)

Performs an explicit conversion from System.IntPtr to FastMetadataEncoder.

public static explicit operator FastMetadataEncoder(IntPtr nativePointer)

Parameters

nativePointer System.IntPtr

Returns

FastMetadataEncoder