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; }
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
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