RefreshOptionsSetRefreshExisting Method |
Sets the value for RefreshExisting in 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 RefreshOptions SetRefreshExisting(
bool value
)
Public Function SetRefreshExisting (
value As Boolean
) As RefreshOptions
public:
virtual RefreshOptions^ SetRefreshExisting(
[InAttribute] bool value
) sealed
function SetRefreshExisting(value);
Parameters
- value
- Type: SystemBoolean
Whether we should refresh annotations with existing appearances. Defaults to false when used in PDFDoc.RefreshAnnotAppearances and true when used in Annot.RefreshAppearance.
Return Value
Type:
RefreshOptions this object, for call chaining
See Also