mPDFExportParamsLayouts
Property
|
Property that represents an array of drawing
layouts to be exported to PDF.
Namespace: Teigha.Export_Import
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public StringCollection Layouts { get; set; }
Public Property Layouts As StringCollection
Get
Set
public:
property StringCollection^ Layouts {
StringCollection^ get ();
void set (StringCollection^ value);
}
member Layouts : StringCollection with get, set
Property Value
StringCollection
See Also