[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PrintManager.GetSize

GetSize Method

GetSize(PageContentInfo)

Returns the size of the PageContentInfo.

Declaration
public SizeF GetSize(PageContentInfo contentInfo)
Public Function GetSize(contentInfo As PageContentInfo) As SizeF
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)
Public Function GetSize(range As IRange) As SizeF
Parameters
Type Name Description
IRange range

The range object.

Returns
Type Description
SizeF