C# Class PDFIndexer.Base.ImageBlock

Inheritance: IBlock
显示文件 Open project: lcarli/PDFIndexer

Public Properties

Property Type Description
H float
Height float
ResourceName string
Width float
X float

Public Methods

Method Description
GetH ( ) : float
GetHeight ( ) : float
GetText ( ) : string
GetWidth ( ) : float
GetWordSpacing ( ) : float
GetX ( ) : float

Method Details

GetH() public method

public GetH ( ) : float
return float

GetHeight() public method

public GetHeight ( ) : float
return float

GetText() public method

public GetText ( ) : string
return string

GetWidth() public method

public GetWidth ( ) : float
return float

GetWordSpacing() public method

public GetWordSpacing ( ) : float
return float

GetX() public method

public GetX ( ) : float
return float

Property Details

H public_oe property

public float H
return float

Height public_oe property

public float Height
return float

ResourceName public_oe property

public string ResourceName
return string

Width public_oe property

public float Width
return float

X public_oe property

public float X
return float