Share via


PdfView.RowSize(PdfPage) Method

Definition

Returns the display size of a row on the specified page.

[Foundation.Export("rowSizeForPage:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGSize RowSize(PdfKit.PdfPage page);
[<Foundation.Export("rowSizeForPage:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RowSize : PdfKit.PdfPage -> CoreGraphics.CGSize
override this.RowSize : PdfKit.PdfPage -> CoreGraphics.CGSize

Parameters

page
PdfPage

The page for which to get the row size.

Returns

Attributes

Applies to