Table of Contents

Class PdfDocumentGdiExtensions

Namespace
BitMiracle.Docotic.Pdf.Gdi
Assembly
BitMiracle.Docotic.Pdf.Gdi.dll

Provides System.Drawing / GDI+ extension methods for the PdfDocument class.

public static class PdfDocumentGdiExtensions
Inheritance
PdfDocumentGdiExtensions
Inherited Members

Methods

CreateFont(PdfDocument, Font)

Creates a new font with the font face name, italic and bold properties equal to the properties of the specified Font object.

CreateImage(PdfDocument, Image)

Creates a new PdfImage from the provided Image.

OpenImage(PdfDocument, Image)

Opens the provided Image data and constructs a collection of its frames (pages).