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 |