'Declaration 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 )
Parameters
- dpiX
- The horizontal resolution (DPI) to use for positions and sizes of PDF elements.
- dpiY
- The vertical resolution (DPI) to use for positions and sizes of PDF elements.
- ignoreErrors
- Indicates whether to ignore errors during processing.
Return Value
The GrapeCity.Documents.Pdf.Recognition.Structure.LogicalStructure object or null.