Class PdfBitmap
Represents the bitmap images.
Inherited Members
Namespace: Syncfusion.Pdf.Graphics
Assembly: Syncfusion.Pdf.UWP.dll
Syntax
public class PdfBitmap : PdfImage, IPdfWrapper, IDisposable
Constructors
PdfBitmap(Stream)
Creates new PdfBitmap instance.
Declaration
public PdfBitmap(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream | The stream. |
Properties
ActiveFrame
Declaration
public int ActiveFrame { get; set; }
Property Value
Type |
---|
System.Int32 |
FrameCount
Declaration
public int FrameCount { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Finalize()
Releases unmanaged resources and performs other cleanup operations before the PdfBitmap is reclaimed by garbage collection.
Declaration
protected override void Finalize()
Implements
System.IDisposable