'宣言 Public Function GetImages( _ Optional ByVal dpiX As System.Single, _ Optional ByVal dpiY As System.Single, _ Optional ByVal ignoreErrors As System.Boolean, _ Optional ByVal includeUnreferencedImages 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, System.bool includeUnreferencedImages )
パラメータ
- dpiX
- ページ上の画像の境界を計算するために使用される水平解像度。
- dpiY
- ページ上の画像の境界を計算するために使用される垂直解像度。
- ignoreErrors
- PDFの処理時に発生するエラーを無視するかどうかを示します。
- includeUnreferencedImages
- コンテンツ ストリームから参照されない画像を含めるかどうかを示します。
戻り値の型
このドキュメントにある画像のリスト。