PDFDrawSetDrawAnnotations Method |
Enables or disables annotation and forms rendering. By default, all annotations and form fields are rendered.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetDrawAnnotations(
bool renderAnnots
)
Public Sub SetDrawAnnotations (
renderAnnots As Boolean
)
public:
virtual void SetDrawAnnotations(
[InAttribute] bool renderAnnots
) sealed
function SetDrawAnnotations(renderAnnots);
Parameters
- renderAnnots
- Type: SystemBoolean
Whether to render annotations or not.
See Also