ImageEn, unit iexPdfiumCore

TPdfObject.Visible

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.


Example

// Mark an object as removed
ImageEnView1.PdfViewer.Objects[0].Visible := False;