VectorRasterizationOptionsGraphicsOptions Property |
Gets or sets options to render bitmap inside pdf (if ContentAsBitmap is set to true).
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic GraphicsOptions GraphicsOptions { get; set; }
Public Property GraphicsOptions As GraphicsOptions
Get
Set
public:
property GraphicsOptions^ GraphicsOptions {
GraphicsOptions^ get ();
void set (GraphicsOptions^ value);
}
member GraphicsOptions : GraphicsOptions with get, set
Property Value
Type:
GraphicsOptions
See Also