PDFRasterizerSetDrawAnnotations Method |
Enable or disable annotation and forms rendering. By default, annotations and forms are rendered.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetDrawAnnotations(
bool render_annots
)
Public Sub SetDrawAnnotations (
render_annots As Boolean
)
public:
virtual void SetDrawAnnotations(
[InAttribute] bool render_annots
) sealed
function SetDrawAnnotations(render_annots);
Parameters
- render_annots
- Type: SystemBoolean
True to draw annotations, false otherwise.
See Also