mPDFExportParamsOutputStream
Property
|
Property that represents stream buffer object
for writing the output PDF file.
Namespace: Teigha.Export_Import
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public StreamBuf OutputStream { set; }
Public WriteOnly Property OutputStream As StreamBuf
Set
public:
property StreamBuf^ OutputStream {
void set (StreamBuf^ value);
}
member OutputStream : StreamBuf with set
Property Value
StreamBuf
See Also