GetNewAnnotationCanvases Method

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Creates and returns a set of new annotation-containing canvases. Useful for printing.

Namespace: PDFTron.SilverDox.Documents.Annotations
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public List<Canvas> GetNewAnnotationCanvases(
	bool withVisiblePopups
)
Visual Basic
Public Function GetNewAnnotationCanvases ( _
	withVisiblePopups As Boolean _
) As List(Of Canvas)
Visual C++
public:
List<Canvas^>^ GetNewAnnotationCanvases(
	bool withVisiblePopups
)

Parameters

withVisiblePopups
Type: System..::..Boolean
True if open popups are to be included in the canvases.

Return Value

A list of annotation containing canvases.

See Also