AnnotRefreshAppearance Method (RefreshOptions) |
A version of RefreshAppearance allowing custom options to make slight tweaks in behaviour.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void RefreshAppearance(
RefreshOptions opts
)
Public Sub RefreshAppearance (
opts As RefreshOptions
)
public:
virtual void RefreshAppearance(
[InAttribute] RefreshOptions^ opts
) sealed
function RefreshAppearance(opts);
Parameters
- opts
- Type: pdftron.PDFRefreshOptions
The RefreshOptions.
Implements
IAnnotRefreshAppearance(RefreshOptions)Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also