Click or drag to resize

PdfImageObjectCreate(PdfDocument) Method

Create a new instance of PdfImageObject class.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static PdfImageObject Create(
	PdfDocument document
)

Parameters

document  PdfDocument
Instance of PdfDocument class

Return Value

PdfImageObject
Instance of PdfImageObject class.
See Also