Namespace: BitMiracle.Docotic.Pdf.Gdi
public static class PdfDocumentGdiExtensions
<ExtensionAttribute> Public NotInheritable Class PdfDocumentGdiExtensions
The PdfDocumentGdiExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | 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) | |
![]() ![]() | OpenImage |
Opens the image and constructs a collection of its frames (pages).
|