Gets or sets a value indicating how the background is applied.
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public bool ApplyToEntireAnnotation { get; set; }
Public Property ApplyToEntireAnnotation As Boolean Get Set
public: property bool ApplyToEntireAnnotation { bool get (); void set (bool value); }
member ApplyToEntireAnnotation : bool with get, set
Property Value
BooleanTrue if the background is applied to entire annotation, false if the background is applied to annotation's 3D view box only.