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; }
Public Property ContentAsBitmap As Boolean
Get
Set
public:
property bool ContentAsBitmap {
bool get ();
void set (bool value);
}
member ContentAsBitmap : bool with get, set
Property Value
Type:
BooleanSee Also