[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PrintManager.GetSize

GetSize Method

GetSize(PageContentInfo)

Returns the size of the PageContentInfo.

Declaration
public SizeF GetSize(PageContentInfo contentInfo)
Parameters
Type Name Description
PageContentInfo contentInfo

The PageContentInfo object.

Returns
Type Description
SizeF

GetSize(IRange)

Returns the print size of the range.

Declaration
public SizeF GetSize(IRange range)
Parameters
Type Name Description
IRange range

The range object.

Returns
Type Description
SizeF