 | PdfBitmapExtension.FromFile Method |
Creates an
PdfBitmap from the specified file.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf.Gdi (in Patagames.Pdf.Gdi.dll) Version: 4.94.2704
Syntaxpublic static PdfBitmap FromFile(
string path
)
Public Shared Function FromFile (
path As String
) As PdfBitmap
public:
static PdfBitmap^ FromFile(
String^ path
)
static member FromFile :
path : string -> PdfBitmap
public static PdfBitmap FromFile(
String path
)
Patagames.Pdf.Net.PdfBitmapExtension.FromFile = function(path);
Parameters
- path String
- A string that contains the name of the file from which to create the PdfBitmap.
Return Value
PdfBitmapThe
PdfBitmap this method creates.
Exceptions
See Also