FPDFPageObj_SetStrokeWidth function
- @Native<FPDF_BOOL Function(FPDF_PAGEOBJECT, Float)>(FPDF_PAGEOBJECT, ffi.Float)>()
- FPDF_PAGEOBJECT page_object,
- double width
Set the stroke width of a page object.
path - the handle to the page object. width - the width of the stroke.
Returns TRUE on success
Implementation
@ffi.Native<FPDF_BOOL Function(FPDF_PAGEOBJECT, ffi.Float)>()
external int FPDFPageObj_SetStrokeWidth(
FPDF_PAGEOBJECT page_object,
double width,
);