PDFDocRefreshAnnotAppearances Method |
Generates the appearance stream for annotations in the document using the default RefreshOptions. 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()
Public Sub RefreshAnnotAppearances
public:
virtual void RefreshAnnotAppearances() sealed
function RefreshAnnotAppearances();
Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also