Web API Reference | MapGuide Open Source |
Gets a DWF containing only the requested section (sometimes called a sheet).
.NET Syntax
Java Syntax
PHP Syntax
Example (PHP)
// Assuming the drawing service has already been initialized $drawing_ID = new MgResourceIdentifier('Library://DrawingService/Floorplan.DrawingSource'); $sectionName = 'com.autodesk.dwf.ePlot_9E2723744244DB8C44482263E654F764'; $byteReader = $drawingService->GetSection($drawing_ID, $sectionName);
|