VectorRasterizationOptionsContentAsBitmap Property

Gets or sets a value indicating whether content of a drawing is represented as image inside Pdf. Applicable only for CAD to Pdf export. Default is false.

Namespace:  Aspose.CAD.ImageOptions
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public bool ContentAsBitmap { get; set; }

Property Value

Type: Boolean
See Also