menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfBitmap - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfBitmap

    Represents the bitmap images.

    Inheritance
    System.Object
    PdfGraphicsElement
    PdfLayoutElement
    PdfShapeElement
    PdfImage
    PdfBitmap
    Implements
    IPdfWrapper
    System.IDisposable
    Inherited Members
    PdfGraphicsElement.Draw(PdfGraphics)
    PdfGraphicsElement.Draw(PdfGraphics, PointF)
    PdfGraphicsElement.Draw(PdfGraphics, Single, Single)
    PdfImage.FromStream(Stream)
    PdfImage.GetPixelSize(Single, Single)
    PdfImage.GetPointSize(Single, Single)
    PdfImage.GetPointSize(Single, Single, Single, Single)
    PdfImage.Height
    PdfImage.HorizontalResolution
    PdfImage.IPdfWrapper.Element
    PdfImage.PhysicalDimension
    PdfImage.SetResolution(Single, Single)
    PdfImage.VerticalResolution
    PdfImage.Width
    PdfLayoutElement.add_BeginPageLayout(BeginPageLayoutEventHandler)
    PdfLayoutElement.add_EndPageLayout(EndPageLayoutEventHandler)
    PdfLayoutElement.BeginPageLayout
    PdfLayoutElement.Draw(PdfPage, PointF)
    PdfLayoutElement.Draw(PdfPage, PointF, PdfLayoutFormat)
    PdfLayoutElement.Draw(PdfPage, RectangleF)
    PdfLayoutElement.Draw(PdfPage, RectangleF, PdfLayoutFormat)
    PdfLayoutElement.Draw(PdfPage, Single, Single)
    PdfLayoutElement.Draw(PdfPage, Single, Single, PdfLayoutFormat)
    PdfLayoutElement.EndPageLayout
    PdfLayoutElement.PdfTag
    PdfLayoutElement.remove_BeginPageLayout(BeginPageLayoutEventHandler)
    PdfLayoutElement.remove_EndPageLayout(EndPageLayoutEventHandler)
    PdfShapeElement.GetBounds()
    PdfShapeElement.Layout(PdfLayoutParams)
    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

    IPdfWrapper
    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved