Click or drag to resize

Pdf3DBackground ApplyToEntireAnnotation Property

Gets or sets a value indicating how the background is applied.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool ApplyToEntireAnnotation { get; set; }

Property Value

Type: Boolean
True if the background is applied to entire annotation, false if the background is applied to annotation's 3D view box only.
See Also