'宣言 Public Overloads Function GetLogicalStructure( _ Optional ByVal dpiX As System.Single, _ Optional ByVal dpiY As System.Single, _ Optional ByVal ignoreErrors As System.Boolean _ ) As LogicalStructure
public LogicalStructure GetLogicalStructure( System.float dpiX, System.float dpiY, System.bool ignoreErrors )
パラメータ
- dpiX
- PDF要素の位置とサイズに使用する水平解像度(DPI)。
- dpiY
- PDF要素の位置とサイズに使用する垂直解像度(DPI)。
- ignoreErrors
- 処理時にエラーを無視するかどうかを示します。
戻り値の型
GrapeCity.Documents.Pdf.Recognition.Structure.LogicalStructure オブジェクト、またはnull です。