ImageEn, unit iexPdfiumCore |
|
TPdfObject.Visible
Declaration
property Visible: Boolean;
Description
Returns true if the item is "active" meaning that it has not been fully deleted the from page yet because the page is yet to be saved.
// Mark an object as removed
ImageEnView1.PdfViewer.Objects[0].Visible := False;