API Reference
Class
PdfImageDocumentSource
One image source used to create a PDF page.
Inheritance
- Object
- PdfImageDocumentSource
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
- Method PdfDocument.CreateFromImages
- Method PdfDocument.CreateFromImages
Constructors
public PdfImageDocumentSource(Byte[] bytes, String name = null) #Creates an image source from an encoded image payload.
Parameters
- bytes System.Byte[]
- name System.String = null
Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; } #Optional source name used as PDF alternate text.