PdfDocument.GetSelection Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetSelection(PdfPage, CGPoint, PdfPage, CGPoint) |
Retorna uma seleção para a região descrita pelos parâmetros especificados. |
GetSelection(PdfPage, nint, PdfPage, nint) |
Retorna uma seleção para a região descrita pelos parâmetros especificados. |
GetSelection(PdfPage, CGPoint, PdfPage, CGPoint)
Retorna uma seleção para a região descrita pelos parâmetros especificados.
[Foundation.Export("selectionFromPage:atPoint:toPage:atPoint:")]
public virtual PdfKit.PdfSelection GetSelection (PdfKit.PdfPage startPage, CoreGraphics.CGPoint startPoint, PdfKit.PdfPage endPage, CoreGraphics.CGPoint endPoint);
abstract member GetSelection : PdfKit.PdfPage * CoreGraphics.CGPoint * PdfKit.PdfPage * CoreGraphics.CGPoint -> PdfKit.PdfSelection
override this.GetSelection : PdfKit.PdfPage * CoreGraphics.CGPoint * PdfKit.PdfPage * CoreGraphics.CGPoint -> PdfKit.PdfSelection
Parâmetros
- startPage
- PdfPage
A página no início da seleção.
- startPoint
- CGPoint
O ponto na página no início da seleção.
- endPage
- PdfPage
A página no final da seleção.
- endPoint
- CGPoint
O ponto na página no final da seleção.
Retornos
- Atributos
Aplica-se a
GetSelection(PdfPage, nint, PdfPage, nint)
Retorna uma seleção para a região descrita pelos parâmetros especificados.
[Foundation.Export("selectionFromPage:atCharacterIndex:toPage:atCharacterIndex:")]
public virtual PdfKit.PdfSelection GetSelection (PdfKit.PdfPage startPage, nint startCharIndex, PdfKit.PdfPage endPage, nint endCharIndex);
abstract member GetSelection : PdfKit.PdfPage * nint * PdfKit.PdfPage * nint -> PdfKit.PdfSelection
override this.GetSelection : PdfKit.PdfPage * nint * PdfKit.PdfPage * nint -> PdfKit.PdfSelection
Parâmetros
- startPage
- PdfPage
A página no início da seleção.
- startCharIndex
- System.System.IntPtr System.nativeint
O índice de caracteres na página inicial do início da seleção.
- endPage
- PdfPage
A página no final da seleção.
- endCharIndex
- System.System.IntPtr System.nativeint
O índice de caracteres na página final do final da seleção.
Retornos
- Atributos