PDF3DBackground¶
Namespace: O2S.Components.PDF4NET.Annotations
Defines the background over which a 3D view is to be drawn.
Inheritance Object → PDF3DBackground
Constructors¶
PDF3DBackground()¶
Initializes a new PDF3DBackground object.
Properties¶
Color¶
Gets or sets the background color.
Property Value
PDFRgbColor
A PDFRgbColor that defines the color of the background.
Extend¶
Gets or sets a value indicating whether the background is extended to entire annotation area.
Property Value
Boolean
If true, the background should apply to the entire annotation.
If false, the background should apply only to the rectangle specified by the annotation's 3D view box.