PdfPage.GetSelection Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetSelection(CGRect) |
Retourne le texte dans le rectangle spécifié. |
GetSelection(NSRange) |
Retourne une sélection pour la plage spécifiée. |
GetSelection(CGPoint, CGPoint) |
Retourne le texte dans le rectangle spécifié par les points de début et de fin de l’espace de coordonnées utilisateur. |
GetSelection(CGRect)
Retourne le texte dans le rectangle spécifié.
[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
Paramètres
- rect
- CGRect
Rectangle, en coordonnées utilisateur, pour lequel obtenir la sélection.
Retours
- Attributs
S’applique à
GetSelection(NSRange)
Retourne une sélection pour la plage spécifiée.
[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
Paramètres
- range
- NSRange
Plage de texte à sélectionner.
Retours
- Attributs
S’applique à
GetSelection(CGPoint, CGPoint)
Retourne le texte dans le rectangle spécifié par les points de début et de fin de l’espace de coordonnées utilisateur.
[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
Paramètres
- startPoint
- CGPoint
Premier point du rectangle de sélection.
- endPoint
- CGPoint
Point final du rectangle de sélection.
Retours
- Attributs