Save line AP

This commit is contained in:
Svetlana Kulikova
2024-07-31 14:01:34 +03:00
parent b722238d21
commit ac2ee1b56d

View File

@ -2012,15 +2012,13 @@ HRESULT CPdfWriter::AddAnnotField(NSFonts::IApplicationFonts* pAppFonts, CAnnotF
pLineAnnot->SetCO(dCO1, dCO2);
}
pLineAnnot->SetAP();
/*
//pLineAnnot->SetAP();
if (bRender)
{
LONG nLen = 0;
BYTE* pRender = oInfo.GetRender(nLen);
DrawAP(pAnnot, pRender, nLen);
}
*/
}
else if (oInfo.IsTextMarkup())
{