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
- AddFont(PdfDocument, Font)
Adds the new font with the properties of the specified Font to the end of the collection of document fonts.
- AddFont(PdfDocument, string, FontStyle)
Adds the new font with specified properties to the end of the collection of document fonts.
- AddImage(PdfDocument, Image)
Adds new image(s) with the data and properties of specified Image to the end of the collection of document images.
- AddImage(PdfDocument, Image, PdfColor)
Creates image(s) with the data and properties of specified Image, applies specified mask color to them and adds resulting image(s) to the end of the collection of document images.
- AddImage(PdfDocument, Image, Image)
Creates a new image with the data and properties of specified Image, applies mask constructed from specified Image to it and adds resulting image to the end of the collection of document images.
- OpenImage(PdfDocument, Image)
Opens the image and constructs a collection of its frames (pages).