mPDFExportParamsOtherHatchesExportType
Property
|
Property that represents the type of other
(non-solid) hatches export. For non-solid 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 OtherHatchesExportType { get; set; }
Public Property OtherHatchesExportType As ExportHatchesType
Get
Set
public:
property ExportHatchesType OtherHatchesExportType {
ExportHatchesType get ();
void set (ExportHatchesType value);
}
member OtherHatchesExportType : ExportHatchesType with get, set
Property Value
ExportHatchesType
See Also