MonobjcMonobjc Documented Class Library
RowSizeForPage Method (page)
NamespacesMonobjc.QuartzPDFViewRowSizeForPage(PDFPage)

Returns the size needed to display a row of the current document page.

Original signature is '- (NSSize)rowSizeForPage:(PDFPage *)page'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSSize RowSizeForPage(
	PDFPage page
)
Public Overridable Function RowSizeForPage ( _
	page As PDFPage _
) As NSSize
public:
virtual NSSize RowSizeForPage(
	PDFPage^ page
)
Parameters
page (PDFPage)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.Quartz.PDFView.RowSizeForPage(Monobjc.Quartz.PDFPage)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)