RefreshOptionsGetRefreshExisting Method |
Gets the value RefreshExisting from the options object
Whether we should refresh annotations with existing appearances. Defaults to false when used in PDFDoc.RefreshAnnotAppearances and true when used in Annot.RefreshAppearance.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool GetRefreshExisting()
Public Function GetRefreshExisting As Boolean
public:
virtual bool GetRefreshExisting() sealed
function GetRefreshExisting();
Return Value
Type:
Booleana bool, Whether we should refresh annotations with existing appearances. Defaults to false when used in PDFDoc.RefreshAnnotAppearances and true when used in Annot.RefreshAppearance..
See Also