Click or drag to resize

CPDFAnnotationSetIsLocked Method

This is a convenience property that checks for `CPDFAnnotationFlagLocked` in `flags`.

Namespace:  ComPDFKit.PDFAnnotation
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool SetIsLocked(
	bool isLocked
)

Parameters

isLocked
Type: SystemBoolean

Return Value

Type: Boolean
See Also