Click or drag to resize

CPDFMarkupAnnotationSetQuardRects Method

Sets the array of quadrilateral points defining the bounds of the markup.

Namespace:  ComPDFKit.PDFAnnotation
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public bool SetQuardRects(
	List<CRect> rects
)

Parameters

rects
Type: System.Collections.GenericListCRect
Page area list

Return Value

Type: Boolean
Returns true on success, false on failure
See Also