PdfPage.GetSelection Método

Definição

Sobrecargas

GetSelection(CGRect)

Retorna o texto no retângulo especificado.

GetSelection(NSRange)

Retorna uma seleção para o intervalo especificado.

GetSelection(CGPoint, CGPoint)

Retorna o texto no retângulo especificado pelos pontos de início e de extremidade de espaço de coordenadas do usuário.

GetSelection(CGRect)

Retorna o texto no retângulo especificado.

[Foundation.Export("selectionForRect:")]
public virtual PdfKit.PdfSelection GetSelection (CoreGraphics.CGRect rect);
abstract member GetSelection : CoreGraphics.CGRect -> PdfKit.PdfSelection
override this.GetSelection : CoreGraphics.CGRect -> PdfKit.PdfSelection

Parâmetros

rect
CGRect

O retângulo, nas coordenadas do usuário, para o qual obter a seleção.

Retornos

Atributos

Aplica-se a

GetSelection(NSRange)

Retorna uma seleção para o intervalo especificado.

[Foundation.Export("selectionForRange:")]
public virtual PdfKit.PdfSelection GetSelection (Foundation.NSRange range);
abstract member GetSelection : Foundation.NSRange -> PdfKit.PdfSelection
override this.GetSelection : Foundation.NSRange -> PdfKit.PdfSelection

Parâmetros

range
NSRange

O intervalo de texto a ser selecionado.

Retornos

Atributos

Aplica-se a

GetSelection(CGPoint, CGPoint)

Retorna o texto no retângulo especificado pelos pontos de início e de extremidade de espaço de coordenadas do usuário.

[Foundation.Export("selectionFromPoint:toPoint:")]
public virtual PdfKit.PdfSelection GetSelection (CoreGraphics.CGPoint startPoint, CoreGraphics.CGPoint endPoint);
abstract member GetSelection : CoreGraphics.CGPoint * CoreGraphics.CGPoint -> PdfKit.PdfSelection
override this.GetSelection : CoreGraphics.CGPoint * CoreGraphics.CGPoint -> PdfKit.PdfSelection

Parâmetros

startPoint
CGPoint

O primeiro ponto do retângulo de seleção.

endPoint
CGPoint

O ponto final do retângulo de seleção.

Retornos

Atributos

Aplica-se a