'宣言 Public Overloads Function GetImages( _ ByVal dpiX As System.Single, _ ByVal dpiY As System.Single, _ ByVal ignoreErrors As System.Boolean _ ) As System.Collections.Generic.IList(Of PdfImageInfo)
public System.Collections.Generic.IList<PdfImageInfo> GetImages( System.float dpiX, System.float dpiY, System.bool ignoreErrors )
パラメータ
- dpiX
- ページ内の画像の範囲を計算するために使用される水平解像度。
- dpiY
- ページ内の画像の範囲を計算するために使用される垂直解像度。
- ignoreErrors
- PDFの処理時に発生するエラーを無視するかどうかを示します。
戻り値の型
このドキュメントにある画像のリスト。