mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 08:22:08 +08:00
Reader Polygon, PolyLine annots
This commit is contained in:
@ -2139,13 +2139,9 @@ void GetPageAnnots(PDFDoc* pdfDoc, NSWasm::CData& oRes, int nPageIndex)
|
||||
{
|
||||
pAnnot = new PdfReader::CAnnotSquareCircle(pdfDoc, &oAnnotRef, nPageIndex);
|
||||
}
|
||||
else if (sType == "Polygon")
|
||||
else if (sType == "Polygon" || sType == "PolyLine")
|
||||
{
|
||||
|
||||
}
|
||||
else if (sType == "PolyLine")
|
||||
{
|
||||
|
||||
pAnnot = new PdfReader::CAnnotPolygonLine(pdfDoc, &oAnnotRef, nPageIndex);
|
||||
}
|
||||
else if (sType == "Highlight" ||
|
||||
sType == "Underline" ||
|
||||
|
||||
Reference in New Issue
Block a user