mPDFExportParamsGradientHatchesExportType
Property
|
Property that represents the type of gradient
hatches export. For gradient hatches, the following types of PDF
export are available: * (0) Bitmap - Exports hatch as a bitmap; *
(1) Drawing - Exports hatch as a set of triangles
(vectorizer);
Namespace: Teigha.Export_Import
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public ExportHatchesType GradientHatchesExportType { get; set; }
Public Property GradientHatchesExportType As ExportHatchesType
Get
Set
public:
property ExportHatchesType GradientHatchesExportType {
ExportHatchesType get ();
void set (ExportHatchesType value);
}
member GradientHatchesExportType : ExportHatchesType with get, set
Property Value
ExportHatchesType
See Also