Grid Orientation, Standard and Cartesian

Hi All

Does anyone know where in the world the property/setting is for the grid orientation. My users are insisting on the Cartesian format instead of the Standard.

Thanks in advance...
Matt

1 Reply

AJ Ajish Syncfusion Team July 20, 2006 10:44 AM UTC

Hi Matt,

Thank you for your interest in Essential PDF. Use the following code to set Cartesian Coordinate systems.

// Set Coordinate system.
doc.LastPage.Graphics.CoordinateSystem = CoordinateSystem.Cartesian;

Here is a sample for your reference: HelloWorld.zip


Please take a look and let me know if you have any other questions.

Best Regards,
Ajish.

Loader.
Up arrow icon