mPDFExportParamsSolidHatchesExportType
Property
|
Property that represents type of solid hatches
export. There are 3 types of exporting to PDF for solid hatches: *
(0) Bitmap - Exports hatch as a bitmap; * (1) Drawing - Exports
hatch as a set of triangles (vectorizer); * (2) PdfPaths - Exports
hatch as a PDF path (solid hatches only);
Namespace: Teigha.Export_Import
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public ExportHatchesType SolidHatchesExportType { get; set; }
Public Property SolidHatchesExportType As ExportHatchesType
Get
Set
public:
property ExportHatchesType SolidHatchesExportType {
ExportHatchesType get ();
void set (ExportHatchesType value);
}
member SolidHatchesExportType : ExportHatchesType with get, set
Property Value
ExportHatchesType
See Also