PDFDocRefreshAnnotAppearances Method (RefreshOptions) |
Generates the appearance stream for annotations in the document using the specified options. A common use case is to generate appearances
only for missing annotations, which can be accomplished using the default options.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void RefreshAnnotAppearances(
RefreshOptions options
)
Public Sub RefreshAnnotAppearances (
options As RefreshOptions
)
public:
virtual void RefreshAnnotAppearances(
[InAttribute] RefreshOptions^ options
) sealed
function RefreshAnnotAppearances(options);
Parameters
- options
- Type: pdftron.PDFRefreshOptions
Options that can be used to adjust this generation process.
Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also