Table of Contents

Property Transparent

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Transparent

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).

public bool Transparent { get; set; }

Property Value

bool

true (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.