Gets or sets a value indicating whether to display the page content through the transparent areas
of the 3D content (where the alpha value is less than 1.0).
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool Transparent { get; set; }
VB
Public Property Transparent As Boolean
Get
Set
Property Value
Type:
Booleantrue (PDF 1.7, Adobe ExtensionLevel 3) to render the background of a 3D view using transparency.
false to render the opaque background of a 3D view.
Remarks
Default value: false.
See Also