Class Rectangle

This class represents a Rectangle annotation.

Inheritance
Rectangle
Implements
Namespace: PSPDFKit.Sdk.Models.Annotation.Shape
Assembly: Sdk.dll
Syntax
public sealed class Rectangle : ShapeAnnotationBase, IAnnotation

Properties

| Edit this page View Source

CloudyBorderInset

For annotations with a cloudy border it is drawn in a box determined by shrinking the annotation's bounding box by its inset property values.

Declaration
[JsonProperty(NamingStrategyType = typeof(CamelCaseNamingStrategy), NullValueHandling = NullValueHandling.Ignore)]
[JsonConverter(typeof(InsetsJsonConverter))]
public Insets CloudyBorderInset { get; set; }
Property Value
Type Description
Insets
| Edit this page View Source

CloudyBorderIntensity

The annotation is rendered with a cloudy border style if the value greater than 0.

Declaration
[JsonProperty(NamingStrategyType = typeof(CamelCaseNamingStrategy), NullValueHandling = NullValueHandling.Ignore)]
public float? CloudyBorderIntensity { get; set; }
Property Value
Type Description
float?

Implements

IAnnotation