menu

UWP

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

    Show / Hide Table of Contents

    Class ImageToPdfConverter

    Represents the image to PDF converter

    Inheritance
    System.Object
    ImageToPdfConverter
    Namespace: Syncfusion.Pdf
    Assembly: Syncfusion.Pdf.UWP.dll
    Syntax
    public class ImageToPdfConverter : Object

    Constructors

    ImageToPdfConverter()

    Initializes the new instance of the image to PDF converter class

    Declaration
    public ImageToPdfConverter()

    Properties

    ImagePosition

    Gets or sets the position of the image

    Declaration
    public PdfImagePosition ImagePosition { get; set; }
    Property Value
    Type
    PdfImagePosition

    Margin

    Gets or sets the margin of the PDF page

    Declaration
    public PdfMargins Margin { get; set; }
    Property Value
    Type
    PdfMargins

    PageSize

    Gets or sets the size of the PDF page

    Declaration
    public SizeF PageSize { get; set; }
    Property Value
    Type
    System.Drawing.SizeF

    Extension Methods

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