react-pdf-highlighter-plus
react-pdf-highlighter-plus
DrawingStroke
Type alias DrawingStroke
Drawing
Stroke
:
{
color
:
string
;
points
:
DrawingPoint
[]
;
width
:
number
;
}
A stroke in a drawing, with its own color and width.
Type declaration
color
:
string
points
:
DrawingPoint
[]
width
:
number
Preparing search index...
The search index is not available
react-pdf-highlighter-plus
CONTENTS
Component
AreaHighlight
DrawingCanvas
DrawingHighlight
ImageHighlight
MonitoredHighlightContainer
PdfHighlighter
PdfLoader
ShapeCanvas
ShapeHighlight
SignaturePad
TextHighlight
Component Properties
AreaHighlightProps
DrawingCanvasProps
DrawingHighlightProps
FreetextHighlightProps
ImageHighlightProps
MonitoredHighlightContainerProps
PdfHighlighterProps
PdfLoaderProps
ShapeCanvasProps
ShapeHighlightProps
SignaturePadProps
TextHighlightProps
Context
HighlightContainerUtils
PdfHighlighterUtils
useHighlightContainerContext
usePdfHighlighterContext
Function
exportPdf
Other
AreaHighlightStyle
FreetextStyle
ShapeStyle
TextHighlightStyle
FreetextHighlight
Type
ExportPdfOptions
ExportableHighlight
GhostHighlight
Highlight
Content
DrawingPoint
DrawingStroke
HighlightBindings
HighlightType
LTWH
LTWHP
Page
PdfScaleValue
PdfSelection
Scaled
ScaledPosition
ShapeData
ShapeType
Tip
ViewportHighlight
ViewportPosition
Utilities
scaledPositionToViewport
viewportPositionToScaled
A stroke in a drawing, with its own color and width.