Click or drag to resize

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
)

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