Class AnnotationPermissionQuery
Describes permissions of an annotation.
Inheritance
System.Object
AnnotationPermissionQuery
Namespace: PSPDFKit.UI
Assembly: PSPDFKit.dll
Syntax
public sealed class AnnotationPermissionQuery
Properties
Annotation
The annotation
Declaration
public IAnnotation Annotation { get; }
Property Value
Type | Description |
---|---|
IAnnotation |
Editable
Whether or not the annotation is editable.
Declaration
public bool Editable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |